On Jul 24, 2006, at 5:47 AM, [EMAIL PROTECTED] wrote:

i created an application and when i tried installing it on the device using hotsync, it hangs up on the cleaning up process. it shows cleaning up, please wait.. and it shows it forever. what could possibly cause this problem?


One common cause of this is code in PilotMain, outside of the block executed on sysAppLaunchCmdNormalLaunch.

During the cleaning phase, the sysAppLaunchCmdSyncNotify launch code is sent to the app, as installation is considered a "change" of the app database. You don't have globals in this launch, so global variable access will fail, as will things like inter-segment function calls.


Doug Reeder
Cognitive & Systematic Musicology Lab
OSU School of Music


--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to