There is one example in chapter 1 of my book on declares <http:// www.declareSub.com/>. Here is another.

Soft Declare Function open Lib "/usr/lib/libc.so" (pathname as CString, flags as Integer) as Integer

Declaring external functions works the same for Linux as for any other platform.

Charles Yeomans

On Mar 30, 2006, at 6:13 PM, Yves Vindevogel wrote:

Hi,

Does anyone have an example on how to call a Linux library (generally somewhere in /usr/lib/ with the name somelib.so)
I would love to see how you make a declare to it and use it.

Maybe the people at Einhugur did something like this in their plugins ?

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to