Hi,
I'm wondering if there is a solution to my problem ? My linker give me: Near data segment is bigger then 64k. I have raed that it is possible to use Far data and Far Strings, but it is possible to use this option even in Palm ??? Please help me, I have to fix this !!!
Nope, far data isn't supported, as the OS won't allocate more than 64K for the global data segment.
If you've got a lot of constant data, considering moving it to resources that you can lock at runtime. If you've got a lot of big arrays, consider MemPtrNew to allocate space for them at runtime.
If you're using C++ exception handling or virtual functions, you can try out expanded mode. There's a whitepaper on this at www.metrowerks.com/palm/ (you have to go through a registration now... arghh!)
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
