bwidiger wrote: > If yes, how can I do it? > Does somebody have a sample source-code with one application and two > libraries? The application call the first library and the first library call > the second library. > Or does somebody have a tip, where I can get more information about shared > library call a second shared library.
I've never needed to do that so it's blind guess, but I wonder what shall prevent you from just opening the 2nd lib (and the call) from the 1st library function the same way you opened and called the 1st one from your app? Regards, -- "Daddy, what "Formatting drive C:" means?"... Marcin http://wfmh.org.pl/carlos/ -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
