I got an error during by s/w download to visor Edge ( PalmOS 3.5 ), but this
is not found in others PDA ( Palm V, Palm Vx, Palm 505, sony Clie, all those
PDA is tested with no problem found ). During my prc download, the Palm
Pilot show "Fatal Error" after prc download and starting the "Clean Up
Process" ( show on screen ). and I found that the prc is downloaded to Palm
successfully ( because after I do reset on the Palm, my prc is there ).
Is there anyone who can tell what is the process the palm done after the
download process? what it done in clean up?
Some info may help, after I do comment an static value assigning inside the
function or create an static global value after the valuable , the error
gone. e.g.
error found in following code:-
static Boolean gzCheck;
void aFunc( )
{
......
......
gzCheck = true;
}
If I do the following change the error will gone
static Boolean gzCheck;
static char dummy;
void aFunc()
{
......
......
gzCheck = true;
}
or
void aFunc()
{
// gzCheck = true;
}
****************************************
P.S. This is not an compile time or run time error, the error only found
during the hotsync process.
Best Regrads
lklee
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/