The library puts pointers to exposed functions in a table which is
registered with the system.  Applications call all shared libraries through
the same system style traps, which is why the first argument of every shared
library function must be a lib reference.

Function names are assigned to specific traps using a header file.  See the
sample shared library in the SDK for an example.

-jjf

-----Original Message-----
From: Labhesh Patel [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 22, 2000 8:26 PM
To: Palm Developer Forum
Subject: Load library


Hi
    I am able to load a library from an application. However when I am 
calling a method exposed by the library the application does not compile.
The library is loaded in the application by calling SysLibLoad( ) API. What 
should be done so asto call it's methods.


Regards
Labhesh
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


-- 
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