Re: The Euphoria Editor

new topic     » goto parent     » topic index » view thread      » older message » newer message
SDPringle said...

Is Iup, 4.0 or 4.1?

My automated wrapper should work just fine with 4.0.

One of the only 4.1 features I use is sizeof() which, for IUP, I've added manually using an ifdef.

ifdef EU4_0 then 
    public function sizeof( atom ctype ) 
        return and_bits( ctype, #FF ) 
    end function 
end ifdef 

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu