oneiric / vld

Visual Leak Detector for Visual C++ 2019
GNU Lesser General Public License v2.1
112 stars 35 forks source link

Not Working in MSVC 16.10.4 #9

Open ITISAGLN opened 3 years ago

ITISAGLN commented 3 years ago

I have leaks in MSVC 16.10.4 app, included vld.h in one file, and pointed right library directory and avoided junk by using double quotes ("C:\Program Files (x86)\Visual Leak Detector\lib\Win32"), and have /DEBUG:FULL set, but vld does not run in the end; at least it's not showing me where the links are... Any help is appreciated.

* Detected memory leaks! Dumping objects -> {2303346} normal block at 0x0CEE0E20, 100 bytes long. Data: < > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 {2303345} normal block at 0x0C576050, 168 bytes long. Data: < > 00 00 00 00 A0 00 00 00 00 00 00 00 00 00 00 00 {2303344} normal block at 0x0C11F948, 88 bytes long. Data: < P > 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 00 {2303343} normal block at 0x11C25278, 16 bytes long. Data: <P X`W d > 50 F9 11 0C 58 60 57 0C 20 0E EE 0C 64 00 00 00 Object dump complete.

oneiric commented 3 years ago

Can you try the microsoft remcommending Visual Studio 2019 versions? 16.0 16.4 16.7 16.9 16.11

I don't believe VLD can be compatible with all Visual Stuido versions during their iteration development.

oneiric commented 3 years ago

https://docs.microsoft.com/en-us/visualstudio/releases/2019/servicing#support-options-for-enterprise-and-professional-customers

ITISAGLN commented 3 years ago

I have updated to 16.11.1 and same leak occurs.

zchrissirhcz commented 2 years ago

I have updated to 16.11.17 and also not working. Can't find vld.h header file.

GermanAizek commented 5 months ago

@oneiric @zchrissirhcz @ITISAGLN @dmoulding @ZaneUJi continue work is here