I think it's better to convert your project to POL app that doesn't use either C++ exceptions or expanded mode. The size of 1st code segment can be greatly reduced in this case.
To perform this conversion, just create new POL app project with disabled exceptions and expanded mode support, move your code and resources from your previous project to this new. I think it's better for all don't use C++ exceptions in large C++ apps for Palm OS at all. The size of 1st code segment and the limit of data segment (it can be overfull by exception info blocks) are quite serious obstacles for C++ apps. You can avoid these problems if you'll not make new obstacles for your own programs... I don't know how Palm OS 6.0 will be re-designed, but I hope that this OS version will break the 64K segment size limitation. ______________________________________________ Best regards, Maks Pyatkovskiy > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:bounce-palm-dev- > [EMAIL PROTECTED]] On Behalf Of Brad Figler > Sent: Friday, February 07, 2003 6:12 AM > To: Palm Developer Forum > Subject: Re: Multiple Segments and POL > > Ben, > How can I sign up for the beta program. I just spent 3 weeks > converting > my code to use POL in expanded mode (CW V9)!!!! > > Brad > " > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
