↧
New Post: Support of VS2017?
The old version actually still works for me with VS2017, but it didn't display function-names in the callstack and just showed some pointers. So I updated the dbghelp.dll in the Visual Leak Detector...
View ArticleNew Post: Support of VS2017?
Posseidon, thanks for providing a solution. I hope that official compatibility with VS2017 will be released soon.
View ArticleNew Post: Google Test memory leaking
Did anyone try to figure out Google Test (GTest) memory leak on debug build???? I did a simple Gtest No memory leaks detected. Visual Leak Detector is now exiting. Detected memory leaks! Dumping...
View ArticleNew Post: VLD does not work when the DLL project is present in the solution
Hi, I have a project which uses multiple DLLs. When I ran it under MSVC it reports memory leaks, So I downloaded latest VLD. I added the line "#include <vld.h>" to every project (all DLLs and the...
View Article