Joe,
Thanks for the feedback. I don't think I'm accessing globals; PilotMain looks like
this:
DWord PilotMain( Word cmd, Ptr cmdPBP, Word launchFlags) {
Err error;
error = RomVersionCompatible (ourMinVersion, launchFlags);
if (error) return (error);
switch (cmd) {
case sysAppLaunchCmdNormalLaunch:
error = AppStart();
if (error)
return error;
FrmGotoForm(ScanRxMainForm);
AppEventLoop();
AppStop();
break;
default:
break;
}
FrmCloseAllForms();
return 0;
}
Could it be the FormCloseAllForms ??
"Fitzpatrick, Joe" wrote:
> You might be accessing global variables in response to the sync launch
> code.
>
> -jjf
>
> -----Original Message-----
> From: Bob Baker [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 30, 2000 6:56 PM
> To: Palm Developer Forum
> Subject: Reset after hot sync
>
> Some one must have seen this: After downloading (hotsync) a new app to
> a Palm Vx, I get either a blank screen or "Fatal Error in Form.c"
> message. Both require a reset before continuing. App does exhibit this
> behavior on the emulator but consistantly does this on the device.
>
> Got any ideas??
>
> Thanx,
>
> Bob Baker
> [EMAIL PROTECTED]
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palm.com/devzone/mailinglists.html
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe, please see
>http://www.palm.com/devzone/mailinglists.html
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html