On Mon, 17 Jan 2005 20:28:16 +0100, Henk Jonas <[EMAIL PROTECTED]> wrote: > > By project runs well under the simulator. But When I try to HotSync My > > application to an actual device, (m515), the m515 gives me a "Fatal > > Exception Error" during the Hotsync Install. Any ideas? > > You might have a deeper look into your PilotMain function. You may > access global variables when they aren't accessible. HotSync sends your > app a launchcode to inform your app it was just installed. Check there.
Also, a good test to see if a crash is caused by global variables, do a soft-reset of emulator/simulator. If you run into infinite crashing loop on emulator/simulator reboot, it's most likely caused by using globals when they're not available. Krzysztof Kowalczyk | http://blog.kowalczyk.info -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
