GDI+ Bitmap Class new operator.
-
hi, i can not use these code: Bitmap* curBitmap = new Bitmap(L"sunset.bmp"); error for this code is: f:\visual sutido project\ImageProcessing\ImageProcessing\ImageProcessing\ImageProcessingView.cpp(73): error C2660: 'Gdiplus::GdiplusBase::operator new' : function does not take 3 arguments is any opinion??!!!;) :doh::-O:confused:
-
hi, i can not use these code: Bitmap* curBitmap = new Bitmap(L"sunset.bmp"); error for this code is: f:\visual sutido project\ImageProcessing\ImageProcessing\ImageProcessing\ImageProcessingView.cpp(73): error C2660: 'Gdiplus::GdiplusBase::operator new' : function does not take 3 arguments is any opinion??!!!;) :doh::-O:confused:
That's because GdiPlus has it's own overloaded new operator but doesn't have one for the DEBUG_NEW macro. http://support.microsoft.com/kb/317799/EN-US/[^]