I'm developing an application using Codewarrior 8.something. I just added
the sixth segment and I'm using the large model. I added a large array and
when I try to compile and link, the linker gives me the message in the
subject of this Email. I thought if you used the large model it always used
32 bit pointers.
I tried to search the Palm Developers archives but when I click on eScribe
I get a page error today.
Is there a way I can have unlimited data storage in my project?
No. Segments only let you separate code. The total global data storage for your application is limited to 64K.
You can allocate more data space, but it has to be done at runtime using API calls like MemPtrNew.
-- Ben Combee, DTS technical lead, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
