"Karsten Lehnart" <[EMAIL PROTECTED]> wrote in message news:68118@palm-dev-forum... > > > Does anyone know if there is a limitation of the number of shared libraries > to load with SysLibLoad and if so where to find some documents about that? > It seems that the maximum number of loadable shared libs is 12.
Each loaded shared library takes up a slot in the Palm OS library table. You are correct; this table size is limited to a fairly small number -- 12 in your case. There are no workarounds, other than loading and unloading shared libraries more frequently, not keeping a library around when its not being used. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
