bwidiger wrote: > it's good to know, that it is possible to call a 2nd lib from the 1st lib > directly.
frankly. it would be pretty odd if that would not be possible. even in Palm world ;) > But I don't now how I call correctly the 2nd lib from the 1st lib. The same as you call the first one. Load, open. keep the handle etc. > I am newbie in software-development in Palm. > I am porting a software, written in C with about 350 routines, into the Palm > OS 5.2. > So, the software must be split out into some libraries with many globale > structures and variables, because the size of the code is bigger as 64 KBytes. I'd better make your app multisegment. If you do not need the libraries for other reasons that obeying 64K limit, that would be a much better way and save you a lot of time. 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/
