Hi,
I have an application that when I install it via Hot Sync, it will hang and stay at the message, Cleaning - up Please Wait. Only a hard reset will bring it out.
I have seen a previous post that mentioned not handling some launch codes correctly, like sysAppLaunchCmdHandleSyncCallApp, or sysAppLaunchCmdSyncNotify.
This project was started with the Code Warrior wizard so the only launch code handled is, sysAppLaunchCmdNormalLaunch in PilotMain();. To test this problem I have added cases to deal with the above mentioned launch codes, nothing in the case except a return 0;, that made no difference.
What needs to be added to the code to handle those launchs, if that is even the problem.
You need to also make sure you don't do anything that uses global variables before you determine that the launch code is valid. Accessing a global under other launch codes can hang the device.
-- Ben Combee, DTS technical lead, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
