The problem wasn't caused by the Global Variables. I moved some codes to a new
file and it works just fine. The old file was about 60K in size. I am gussing
there were some function calls exceeding the 32K max.
-Elizabeth
[EMAIL PROTECTED] on 05/01/2000 10:10:48 AM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: Re: CodeWarrior Link Errors
> Link Error : __RuntimeModule__: Near data segment is bigger than
64k.
It sounds like your global variables are taking up too much space.
You might want to review your global variables, and replace some of
them by allocations on the heap instead.
--
For information on using the Palm Developer Forums, or to unsubscribe, please
see http://www.palm.com/devzone/mailinglists.html
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html