> The only change I've made to the wizard output is to add a case > statement to catch the reset event. If I start the prc normally, it runs > fine. If I start it with a reset, it gets a memorymgr.c error, line 4372 > non-word-aligned handle.
read the palmos documentation; you'll then realize that you cannot have global variables during certain launch codes; and, systemreset is one of those. if you want to launch your application on reset, set an alarm to run your application once the reset sequence is completed. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
