Or perhaps the name is a quoted string and pc-relative strings are not
turned on. It would then not find it because the name string would not be
available.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kevin
O'Keefe
Sent: Monday, February 12, 2001 16:40
To: Palm Developer Forum
Subject: RE: call a shared library from a shared library?


There shouldn't be a problem opening a shared library from a shared library
(or a shared library from a shared library from a shared library...).  If
SysLibFind returns an error it usually means the library is not loaded so
you have either passed in the wrong name or it really isn't loaded and you
have to call SysLibLoad to load it before opening it.

Kevin

-----Original Message-----
From: Dale D. Smith [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 12, 2001 2:43 PM
To: Palm Developer Forum
Subject: call a shared library from a shared library?


I am developing a shared library.  I wish to open a shared library from that
opened shared library.  Every time I attempt the SysLibFind function it
returns an error.  Anyone have some thoughts on how to open a shared library
from a shared library?



--
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/

--
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to