Salvador Buendia wrote:

I'm getting this error in my project but I think I don't understand
exactly what it means.

My project has 4 segments:
Segment 1: Code 29K Data 4K
Segment 2: Code 58K Data 13K
Segment 3: Code 53K Data 21K
Segment 4: Code 3K Data 62K

I thought that the error mean I was using more than the 64K Data limit
per chunk. So, I change the segments to that structure in a new
project, compile it but I got the same error.


Nope, the error is usually present when the code exceeds 32k. This is because the address is an Int16 reference which means you are stuck with +/- 32k. Bob.

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to