At 12:51 2003-1-7 +0100, you wrote:
Is there a way to use very large data segement ?
I really need that
No, its just not supported by Palm OS -- when Palm OS starts your program, it allocates a chunk of memory for your data segment, and the code in the OS won't allocate more than 64K for this.

If you're doing C++ development, you can try switching your application to expanded mode, but it may not help, depending on how you are using things. See my white paper at http://www.metrowerks.com/pdf/Expanded_Mode.pdf for details, although it does need a few updates.

--
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/


Reply via email to