At 10:03 AM 9/30/2004, you wrote:
Hi guys thanks for all your help, I finally multisegment my application but I got a problem that I think I can solved with multisegment but i was false Before multisegment my application I got one segment that has data of 60 k and If try to add some functionality I can�t because the "near data segment is bigger than 64k " now with the multisegment I have a segment of 34k and othe of 26k and when I try to add a new functionality I got the same error but I don�t know why because I thought that in multi segment application you have 64k for each segment
Variables are not put into segments. The only way to get more data space is to use CodeWarrior's expanded mode with CodeWarrior, although that's really a last resort, IMO.
You can also try to move some of your global variables into the dynamic heap by turning the variable into a pointer to a dynamically allocated variable.
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
