Understood. Thank you.

We had some big global objects. Now we made global pointers to them where actual objects are created on heap at the startup.
Works for now. Need to implement ideas from http://www.metrowerks.com/pdf/Expanded_Mode.pdf. But that can wait, hopefully.
-Jayan

Ben Combee wrote:

At 16:27 2002-11-14 +0530, you wrote:

Dear All,
I have rather big application.Today we added some more file to project. Now we get link error.
"Near data segment bigger than 64k"
I found in code warrior help to
"Select the Far Data and Far Strings checkboxes in the 68K Processor settings panel."
I am on Codewarrior 8.2 Windows 2000. These checkboxes are disabled.

"Far data" and "far strings" are settings that could be used when writing Mac OS applications, but aren't applicable to Palm OS app development because data and code segments cannot exceed 64K, while they could exceed that size on 68K-based Mac OS.

There have been several posts here on palm-dev lately on dealing with too-large data segments. I urge you to read through them at http://www.escribe.com/computing/pcpqa/index.html to see what's already been said.


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

Reply via email to