No, it's actually a straightforward app. It opens, gets a string from the user, sends it to a web server, and displays the response. It all worked wonderfully until I changed some of my globals to be dynamically allocated at runtime (MemPtrNew and MemPtrFree) instead of being huge global structures. Now it crashes the Treo 600 the instant it is installed (rather than when it is run).
The only launch code in the app is: sysAppLaunchCmdNormalLaunch -- Kevin > Does your app respond to these launch codes: > sysAppLaunchCmdSystemReset > sysAppLaunchCmdSyncNotify > An error in any function call from those launch codes could cause the > symptoms that you describe. Bob. >>Okay, now I've got the oddest error in existence. >> >>I compile my application using CodeWarrior 9.2. It works great in the Treo >>600 simulator. >> >>When I Hotsync the application to my Treo 600, the mere existence of it on >>the Treo causes an infinite reset loop as SOON as the Hotsync completes. The >>only way out is a hard reset. >>... >>-- Kevin >> >> -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
