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
C++ operator new #define question