Bad news but thanks.

You must work every day.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ben
Combee
Sent: Sunday, July 04, 2004 12:01 PM
To: Palm Developer Forum
Subject: Re: near data segment greater then 64 K


At 10:42 AM 7/4/2004, you wrote:
>         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/



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

Reply via email to