> 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? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
- RE: Strange behavior with static arrays in CW7 Richard Burmeister
- Re: Strange behavior with static arrays in CW7 Dave Lippincott
- RE: Strange behavior with static arrays in CW7 Richard Burmeister
- Re: Strange behavior with static arrays in CW7 David Leland
- Re: Strange behavior with static arrays in CW7 David Leland
- Re: Strange behavior with static arrays in CW7 David Leland
- Re: Strange behavior with static arrays in CW7 Keith Rollin
- Re: Strange behavior with static arrays in CW7 Ben Combee
- Re: Strange behavior with static arrays in CW7 David Leland
- Re: Strange behavior with static arrays in CW7 David Leland
- Re: Strange behavior with static arrays in CW7 Craig Torell
- Re: Strange behavior with static arrays in CW7 Marshall Clow
- RE: Strange behavior with static arrays in CW7 Richard Burmeister
- Re: Strange behavior with static arrays in CW7 Richard M. Hartman
