3.2 and dll loading?

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

On Linux, with SVN version of Euphoria, IupEu does not work. I get a machine
level exception on:

constant
    hIupOpen = define_c_func(hIup, "IupOpen", {I, P}, I),
    hIupClose = define_c_proc(hIup, "IupClose", {}),
    hIupVersion = define_c_func(hIup, "IupVersion", {}, P),

global function IupOpen()
    return c_func(hIupOpen, {0, NULL})
end function

IupOpen()


If I run from the released  3.1.1, then the 140 some wrapped functions work
fine. But in 3.2, the very first one fails.

Any thoughts?

hIup = 135334784
hIupOpen = 0
hIupClose = 1
hIupVersion = 2

Thanks!

--
Jeremy Cowgar
http://jeremy.cowgar.com

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

Search



Quick Links

User menu

Not signed in.

Misc Menu