> > Ben Combee <[EMAIL PROTECTED]> wrote in message
> > news:47998@palm-dev-forum...
> > > If you want this to be a global array and work in non-global launches,
> > > you could write
> > >
> > > #pragma pcrelconstdata on
> > >
> > > static const Int32 baudRateTable[] =
> > > {115200,57600,38400,28800,19200,14400,9600,4800,2400,1200,600,300};
> > >
> > > which would allocate the constant array to the text (code) segment.
>
>Ben, is this also saying that you have to use PC-Relative Strings in order
>to have string constants available during non-normal launches?

Yes, that's what that is saying.
-- 
-- Marshall

Marshall Clow     Idio Software   <mailto:[EMAIL PROTECTED]>

It is by caffeine alone I set my mind in motion.
It is by the beans of Java that thoughts acquire speed,
the hands acquire shaking, the shaking becomes a warning.
It is by caffeine alone I set my mind in motion.

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