_CRTDBG_MAP_ALLOC macro and Qt
-
I am trying to use the crt debugging library in windows. When I define the _CRTDBG_MAP_ALLOC macro, I get a lot of compiler errors in QString because there is a function already defined as realloc.
The specific warning is,
1>c:\qt\4.7.0-beta2\include\qtcore../../src/corelib/tools/qstring.h(127) : warning C4003: not enough actual parameters for macro 'realloc'
Is there a work around for this, or is this a deficiency in qt?
-
Found the answer to my problems, what what??
"http://www.qtcentre.org/wiki/index.php?title=Memory_Leak_Detection_in_VS":http://www.qtcentre.org/wiki/index.php?title=Memory_Leak_Detection_in_VS