visual-leak-detector Questions

4

Solved

When I include: #include <vld.h>; in my stdafx.h and run my program it says that Visual Leak Detector 2.5 is installed. I can run my program just fine but when it exits I get this error: ...
Despoil asked 28/10, 2016 at 7:56

2

Solved

I'm using visual leak detector. It displays the call stack properly for some leaks, but I get some outputs that the call stack is empty like this: ---------- Block 131148 at 0x69B3AF68: 144 bytes ...
Front asked 3/4, 2016 at 7:20

1

Solved

I run setup file from Releases, and tried to follow official guide, but it has instructions for older versions only (Visual C++ 2010/2012/2013). I didn't find menus mentioned there. So how do I ins...
Squadron asked 17/10, 2019 at 19:44

2

Solved

I try to use Visual Leak Detector with Visual Studio 2017 with Platform Toolset "Visual Studio 2017" I have set the include directory and the library directory. Generating debug infos is on. Symbol...

5

Solved

I included vld.h, vld.lib and vld_x86.dll on my Win32 project with visual studio 2010. It builds properly but when I execute, it crashes with this message: "The application was unable to start cor...

10

Any suggestions? This SO post talks about Visual Leak Detector, but I'm looking for other tools. Also, please don't recommend this.

1

Solved

I can't seem to make VLD catch any memory leaks no matter what I tried. Any ideas why ? Here snippet of the output too: Visual Leak Detector Version 2.4RC2 installed. The thread 0x5748 has exite...
Formless asked 16/10, 2015 at 22:41

2

Solved

Here's my program #include <vld.h> using namespace std; int main() { int* p = new int(100); } Visual Leak Detector Report Visual Leak Detector Version 2.3 installed. WARNING: Visual Le...
Bryant asked 1/10, 2015 at 10:41

1

Solved

I am a bit new to using Visual Studio 2013 and am trying to get Visual Leak Detector (Version 2.3) working so that I can check my projects for memory leaks. I've got it installed and have added C...

2

Solved

I'm working on a legacy project which contains several C++ COM Dlls. Every time the solution is built on debug configuration, the build process gives errors for each COM project: Error 10 error MS...
Theologize asked 18/11, 2013 at 9:18

2

Solved

In my application I'm getting this error: HEAP[App.exe]: HEAP: Free Heap block 61af0f0 modified at 61af194 after it was freed Here is a call stack: ntdll.dll!_RtlpBreakPointHeap@4() Unknown n...

7

I want to detect memory leaks of my C++ program in Windows. I read the documentation also on MSDN about mermoy leak detection and I also started using Visual Leak Detector. I have a doubt about th...
Punctuality asked 25/8, 2010 at 9:45
1

© 2022 - 2024 — McMap. All rights reserved.