Memory Leak issue in Visual Studio 2010

Hi,

I have migrated my project in Visual Studio 2010 after that when debugging the application i getting following error.

Loaded 'C:\WINDOWS\system32\mfc100enu.dll', Binary was not built with debug information.
Unloaded 'C:\WINDOWS\system32\shimeng.dll'
Detected memory leaks!

thanks for help in advance

Last edited on
Memory leaks means that you forgot to free memory that you have allocated.
Hi Peter,

the code is working fine in Visual studio 2008 but above issue started when i have migrated to Visual studio 2010 and i have not modified the code
The program might very well work fine with memory leaks and if you turn off the debugging it will probably work fine in VS2010 too. Can't the debugger tell you where these memory leaks are? It is impossible for us to know where the problem is without seeing the code.
I think that you should use a deleaker or similar debugger...
Topic archived. No new replies allowed.