>Subject: Data Segment Fun - HELP!
>From: "Dan" <[EMAIL PROTECTED]>
>
>I am trying to build a project that is giving me the following errors 
>when I try to run it...
>
>"Link Error: __RuntimeModule__: Near data segment is bigger 
>than 64K."
>    <SNIP>
>
> how do large programs like Dragon Bane and Kyles Quest, 
>for example, get around that?  Surely they must be over 64K!

The normal way to incorporate large sets of static data is to use
string resources.  This doesn't have the 64KB limitation, but
programmers unfamiliar with the ins and outs of Palm OS generally
don't initially use this technique.

Roger Stringer
Marietta Systems, Inc.



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

Reply via email to