program.exe.mem.xml

  • Thread starter Thread starter PLS
  • Start date Start date
P

PLS

I'm developing with VS2005 in C++, currently compiling and running in
debug mode. I also have memory leak detection turned on in the run time.

When I run the program, I get memory leak info in the VS Output window.
I also get a file named program.exe.mem.xml created with what looks like
a different set of memory leaks.

What is this file and what is it telling me?

Thanks,
++PLS
 
Hi PLS!
I'm developing with VS2005 in C++, currently compiling and running in
debug mode. I also have memory leak detection turned on in the run time.

When I run the program, I get memory leak info in the VS Output window.
I also get a file named program.exe.mem.xml created with what looks like
a different set of memory leaks.

What is this file and what is it telling me?

You should ask at:
http://www.codeproject.com/tools/leakfinder.asp

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 
Back
Top