>     my program need to embed a over 64K data, not store in DB. I have
> set the "code model" in 68K processor to be large. the 
> compile error is
> still "near data segment is bigger than 64K".

The data segment limitation is a hard and fast one.  Changing the code model
won't affect how this data is stored.  If you have more than 32K of data
stored above and below the A5 register, you will have to either reduce the
amount of data, or use file streaming.

-hkmlt

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

Reply via email to