> > I don't know what other methods have been mentioned, but you can get the
> > effect of globals by defining a structure containing all your data,
> > allocating and initializing it in dynamic RAM, then stashing a pointer
to it
> > in a feature.  If you do this in response to all launch codes, your app
can
> > be written to not care whether globals are available or not.
>   which is exactly what i have mentioned previously..

But won't this method result in slower access to the "globals"?

Alan Ingleby



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