I'm getting this error: PalmApp(1.0) just read from memory location 0x0004D913 causing an address error. An "address error" means that the application accessed a 2- or 4-byte value at an odd (i.e., not even) memory address
I've searched through the newgroups for this and in other threads on this error, it is often related to bitmaps. I started getting this error when I simply tried to add a couple of Boolean global variables. I tried switching them to Byte variables but that didn't help either. Any ideas? Also, is there an area in the Palm Companion or Palm Reference that discusses variables? I'm still pretty new to C programming and I'm curious about Palm's version of Booleand and Byte variables. I'm also curious about the size of each kind of variable, because I'm trying to save space. In my app, I'm currently using int variables in several places, but I know the values for these variables will never be more than 100, for example. Is there a type that takes up less space but can still do simple increment? Thanks, Brian Preston __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
