> From: Atul Puri [mailto:[EMAIL PROTECTED]]
> My "Code Size" is about 500K, "Data Size" is 70K (too big, eh?)
Yes it is. Even if you get the code divided into legal size segments, your
app always has just 1 data segment limited to about 64K.
> __and__ I still get the same link errors:
> "Near Data Segment is bigger than 64k limit"
> and 101 other "<foo> 16 bit data-reference to <bar> is out of range"
You have a lot of global/static data. Try to change your app's data
structures, logic, etc., to reduce this. For example, you can switch to
allocating some things in the dynamic heap, change some algorithms to
require less global/static data, etc.
-slj-
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/