I have a shared library that I only want to allow one opened session per user. I don't care if multiply applications what to access my shared library but I want a way to only let one copy of my shared library to be opened per application. Doing some looping and testing I noticed that by calling SysLibLoad I would get a new reference number for each call even inside of the same application. If this is correct then each SysLibLoad would return a reference number to a different version of my Shared Library and any 'globals' I was working with would be lost, in this new reference.
Of course if I'm missing anything basic here please point me in the right direction. Does anyone have any suggestions? Thanks Carl -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
