At 11:16 2002-11-29 -0600, you wrote:
I declared a Char array variable, but when I tried to write data
to this variable, the PalmOS throws the next error:
APP(1,0) just read from memory location 0x302E0098 , causing a
bus error.
A "bus error" means that the application accessed a memory
location that is not in RAM or ROM, nor corresponds to a memory mapped
hardware register.
The function in where this error happens is in Segment2.
What was the exact declaration of this variable? Do you have the
"PC-relative const data" checkbox checked in your 68K Processor settings panel?--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
