At 5:47 PM -0700 1999/04/12, Steve Sabram wrote: >Is it kosher in PalmOS for a library to load and call functions of another >library? Very kosher. (Well, we don't get a Rabbi involved or anything... ;o) Just be aware that the dispatch table is a pointer based object, so heap fragmentation might be a concern. Also, libraries should be unloaded (SysLibRemove-d) when their client count hits zero, unless you have a unique reason not to. Regards, Jim Schram 3Com/Palm Computing Partner Engineering
- Libraries calling libraries Steve Sabram
- Re: Libraries calling libraries Jim Schram
- Re: Libraries calling libraries Glenn Bachmann
- Re: Libraries calling libraries Tom Zerucha
