Re: new/delete and exception handling

2003-12-01 Thread Ben Combee
At 10:53 AM 12/1/2003, Mark Lussier wrote: Codewarrior 9.1, latest SDK 5 Update to CW 9.2 when you get a chance. 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

new/delete and exception handling

2003-12-01 Thread Mark Lussier
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