This error means you have too many global variables. There's only 64K (maximum) for global variables on Palm OS, and you've filled that up. Some of this space is used by the jumptable to go from segment to segment. Some of this will be C++ virtual function tables and exception tables, and then some will be your true tables.A1 _RuntimeModule_: Near data segment is bigger than 64k
If you have a lot of virtual function tables and exceptions, you can use Expanded Mode in CW for Palm OS V8 to give you some more breathing room. See my whitepaper on this subject at the Metrowerks site and my comments at palmoswerks.com.
--
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/
