One thing that you can try is turning off exceptions and/or Assertions. The way to do that is go to Project Properties and select C/C++ Build. The under PRC-Tools 68K Compiler select General and to the right are the options to enable/disable exceptions and assertions.
I had the same problem with datares getting full but it turns out that I really didn't need exceptions and that reduced the data segment of my application siginificantly fixing the problem. Hope this helps. chris -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
