> From: Ng Wei Gee [mailto:[EMAIL PROTECTED]]
> the application accessed a global variable after PilotMain
> was called with a launch code that does not support globals
> The last launch code sent to the application was [the Reset]
>
> UInt32 PilotMain( UInt16 cmd, MemPtr cmdPBP, UInt16 launchFlags)
> {
>     error = RomVersionCompatible (ourMinVersion, launchFlags);
>     if (error) return (error);

What is ourMinVersion?  Global variable, macro constant, other?

What is in the RomVersionCompatible function?  Any global or static variable
usage?

-slj-


-- 
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