Mark Chauvin wrote:

Does the fact that I get the error when I install the app give a clue of where the problem is? It's after the emulator says "Cleaning Up". My app isn't even running yet.

I've not seen a problem like this in my testing. If an app compiles correctly, without memory warnings, then it has always installed correctly to the device or simulator/emulator. There may still be embedded bugs that would cause problems upon launching the app, but not during the install.


The first thing I would look for is an error in any code that is processed in response to a sysAppLaunchCmdSyncNotify launch code. This stuff will happen automatically upon completion of the hotsynch, and an error there can easily cause the type of bug that you describe. ANY app that responds to that launch code may be causing this problem, not necessarily yours. But, if you can get the error to turn on/off by editing your code then it certainly would point to your app. Try commenting out any code that you run in response to that lanch code and see if the synch works.

Bob.

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

Reply via email to