Yes - that's exactly what I do. I have a SharedLib of utility functions. My main app and another sharedLib that I've written both use that utility shared library. In the open function of my 2nd shared lib I call the open function of the utility shared lib. It works exactly as it would in a regular 'appl' application. Then, I store the reference number to the utility shared library in my other shared libraries global space and refer to it whenever I need to.
Michael On 2/5/07, Borszczuk <[EMAIL PROTECTED]> wrote: > > 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/ > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
