Re: open_dll() with FreeBSD

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

C.K. Lester writes:
> Can you use open_dll() with FreeBSD? 

Yes. 
Remember to include dll.e from euphoria/include.
Also, Linux/FreeBSD/Unix systems are not as standardized as Windows.
Some shared libraries (.so files) may be in 
different places on the system, and might not be found by 
a demo program.

Also, the current directory is NOT automatically on the
search path, like it is in DOS/Windows, so you'll have to 
say:
    ./myprogram
to run a program in the current directory (unless that
directory happens to be on the PATH).

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

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

Search



Quick Links

User menu

Not signed in.

Misc Menu