Cool! I'll give it a try. Dave Ben Combee <[EMAIL PROTECTED]> wrote in message news:47998@palm-dev-forum... > > "David Leland" <[EMAIL PROTECTED]> wrote in message > news:47903@palm-dev-forum... > > > > Are there any compiler options that might affect arrays? > > 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 Combee, [EMAIL PROTECTED] > Techwood Broadcasting Foundation, Austin Bureau > > > > -- 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 M. Hartman
- Re: Strange behavior with static arrays in CW7 David Leland
- 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
