GLOBALTEST *globaltest; It is there in the global scope.
um...that is a GLOBAL...the one you're not supposed to have any of look into the feature manager to store the pointer to the globals, and do not forget to set memory owner to 0 of any chunks you allocate in a library, as otherwise if multiple threads one the app and one closes it, the other will crash (SSL library has this problem) -- Best Regards, Dmitry Grinberg Software Engineer, http://PalmPowerups.com (847) 226 9295 AIM: DmitryGrinberg MSN: [EMAIL PROTECTED] ICQ: 165589894 Y! IM: dmitrygr2003 -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
