KindDragon / vld

Visual Leak Detector for Visual C++ 2008-2015
https://kinddragon.github.io/vld/
GNU Lesser General Public License v2.1
1.01k stars 314 forks source link

Visual Studio 2019 support #65

Open janwilmans opened 4 years ago

janwilmans commented 4 years ago

Never mind #58, can we get 2019 support?

jgmdavies commented 4 years ago

+1

Swordfishx86 commented 4 years ago

+2

gvanem commented 4 years ago

... can we get 2019 support?

What's up with this claim? I use VLD with MSVC-2019 with little troubles. But I figured (the hard way), VLD does not like:

I tested VLD with clang-cl too (-MTd and -MDd) and it seems to work. Good job!

Yuri05 commented 4 years ago

Works like a charm with VS2019 (s. also https://stackoverflow.com/questions/58439722/how-to-install-visual-leak-detector-on-visual-studio-2019 )

The only thing I had to do: activate the Whole Program Optimization (/GL) (otherwise source code line numbers and function names are not shown)

imtrobin commented 4 years ago

I could get it working on a vs2019 console project, but when I use it with a win32 exe with attached console, it does not seem to working. How do you check on a win32 exe?

happyTonakai commented 2 years ago

Have a look https://github.com/oneiric/vld