> I finally found the problem. I had a ::FrmCloseAllForms( ) in > ExitInstance() function, it didn't occur to me that ExitInstance() would > be called. If this is the case, where would be a safe place for me to > call FrmCloseAllForms() before exiting my app?
after your event loop has terminated. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
