Doug,
You should check out the limited source release for OS 4 from
PalmSource. In SystemMgr.c you can see the implementation of SysLibLoad and
SysLibInstall. It is perfectly okay to use SysLibInstall on your own.
One time you may want to use this is if you have your shared library's code
resource stored in a PRC with a type other than 'libr' and/or an id other than
0. If you want an example check out my AES library at:
http://www.coopcomp.com/AESLib/
Take a look at the header file, AESLib.h, for the function AESLib_LoadLibrary.
stuart
On Sun, Nov 10, 2002 at 12:46:53AM -0500, Douglas Handy wrote:
> I seem to recall seeing a documented limit on the number of SysLibTblEntry
> positions which can be active at once. But I can't find any documentation on
> that now.
>
> What is the size of the array Palm OS uses for tracking loaded libraries?
>
> Does it vary by OS release or licensee?
>
> Is SysLibInstall() considered "safe" for use by application programmers? It is
> officially a "system use only" call, but then so are some other calls I've seen
> bantered around these parts...
>
> TIA
>
> Doug
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe, please see
>http://www.palmos.com/dev/support/forums/
--
------------
Stuart Eichert
Cooperative Computers, Inc.
[EMAIL PROTECTED]
(650)938-0730 x 15
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/