"Maks Pyatkovskiy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Your project uses C++ exceptions. This is the source of your problem.
C++ exceptions are *a* source of the problem; they are not *the* source. Nor is it always necessary to remove them to fix the near data segment limitation (despite your blanket rejoinders to the contrary). We have four non-trivial apps that use C++ exceptions, and only one of them has near data segment problems that were not fixed by expanded mode. If the application is large enough, C++ exceptions certainly will surpass the 64K limit. However, anyone with CodeWarrior 8 or 9 should follow Ben Combee's advice and try expanded mode before changing their code. Jeremy Neal Kelly Software Engineer Peapod -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
