Re: [ libui ] can't open .so

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

The libui 4.1 shared demos run using libui.so.0

But from neither

-- Euphoria 
 
include std/dll.e 
? open_dll( "libui.so.0" ) 
-->0 

nor

-- Phix 
? open_dll( "libui.so.0" ) 
--> 0 

can I load the same .so

_tom

I believe your error is coming from the .0, you should only need .so, like this

include std/dll.e 
 
atom lib 
lib = open_dll("libui.so") -- I don't think you need the .0 and that is probably what's causing the error.  
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu