Re: Need help GTK on Windows

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

It is supposed to ignore the + on Linux. Here is what I would do:

include std/console.e 
ifdef BITS32 and WINDOWS then  
    constant convention = "+" 
else 
    constant convention = "" 
end ifdef 

Then you use 'convention' in your routine you probably wrote that in turn calls define_c_proc or define_c_func.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu