RE: call a shared library from a shared library?

2001-02-13 Thread William F. Weiher
01 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

Re: call a shared library from a shared library?

2001-02-13 Thread Ken Krugler
>I am positive that the library is loaded, because I can call it from an app. >Any other thoughts? You don't have PC-relative strings selected in your compiler settings, and thus the library name you're passing to SysLibFind is bogus? -- Ken Ken Krugler TransPac Software, Inc.

Re: call a shared library from a shared library?

2001-02-12 Thread Dale D. Smith
I am positive that the library is loaded, because I can call it from an app. Any other thoughts? "Kevin O'Keefe" <[EMAIL PROTECTED]> wrote in message news:39361@palm-dev-forum... > > There shouldn't be a problem opening a shared library from a shared library > (or a shared library from a shared l

RE: call a shared library from a shared library?

2001-02-12 Thread Kevin O'Keefe
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