Hi everyone, I'm using mobileStudio (a Palm-specific IDE based on the GCC tool chain), and I'm trying to understand the pros and cons of using standard C++ exception-handling instead of the Palm SDK ErrTry/ErrThrow/ErrCatch macros.
I'd like to know the following: 1. Is C++-style exception-handling hideously expensive in terms of code size and performance? 2. Do the Palm SDK macros unwind the stack properly for C++ objects (calling destructors, etc)? If this has already been dealt with in detail, I apologise. I've done a search of the NG archives and the knowledge-base. In this case, perhaps someone could point me to the correct resource? Thanks in advance, Igor Siemienowicz -- igor at mira dot net -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
