Page 1 of 1

C++ operator new #define question

PostPosted: Jun 10, 2003 @ 5:06am
by cottrelld

changed header

PostPosted: Jun 10, 2003 @ 8:39pm
by cottrelld

PostPosted: Jun 11, 2003 @ 12:23am
by Johan

what I changed

PostPosted: Jun 11, 2003 @ 7:48am
by cottrelld
I removed the #defines overriding new in GapiApplication.h

I'm not using MFC, and the #ifdefs for when there's no mfc set up a section overriding new and including <CrtDbg.h> I left the include but removed the new override.

-David