Codewarrior 9.1, latest SDK 5 >From what I understand, even though I do not implement exception handling in my code, and have it turned off for my project, the new and delete operator are still generating exceptions that go unhandled.
So it would seem I must write my own versions of new and delete, else will never see a return of 0 for a new call. I followed the article by Ben Combee regarding this (http://www.palmoswerks.com/2001/10/31) however, the attempt to include #include <new> cause the error Error : declaration syntax error..... exception line 81 class exception... This is after included the line #define _MSL_NO_CPP_NAMESPACE which was causing a similiar error. What am I doing wrong? thanks for any help! Mark -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
