"Randy Pulsifer" <[EMAIL PROTECTED]> wrote in message
news:53887@palm-dev-forum...
> The following snip is, as usual, called in the first lines of Pilot Main
and
> has worked fine until I added the global variable "FeatureSet35Present...

This is the usual "can't access globals on non-normal launch" issue. You're
only allowed to use global variables on normal launch, goto launch, and any
other launch in which the subCall flag is set. So you can't save the ROM
version number (or a flag indicating whether it satisfies some condition)
into a global variable before you check the launch code and launch flags.

You're not the first person to get bit by this one. :)
--
Danny



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