"Jason Simpkins" <[EMAIL PROTECTED]> wrote:

> What would cause this error?  

After the HotSync has finished, all newly installed apps receive a 
sysLaunchCmdSyncNotify launch code. If your PilotMain routine is using 
any global variables, it will crash.

Keep in mind that constant data (initialized char pointers, initialized 
arrays, etc.) always live in the global data space if you're compiling 
with GCC, and sometimes with CodeWarrior (I'm pretty sure CodeWarrior 
has an option to tell it where to put such initialized variables).

--
Roger Chaplin
<[EMAIL PROTECTED]>

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

Reply via email to