oneiric / vld

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

VS 2019 is not fully supported yet #3

Open lion-roadbike opened 4 years ago

lion-roadbike commented 4 years ago

Hello, I think maybe VS 2019 is not fully supported in this repository.

Refer to this commit 01e53e5edafd007afac3593df0b396639ffd4ba5 "VS 2013 support added" For example, the hook functions need to be added, such as ucrtbase.dll(msvcr for VS 2019) in dllspatches.cpp: https://github.com/KindDragon/vld/commit/01e53e5edafd007afac3593df0b396639ffd4ba5#diff-cb9f31ffbee424803b50ce5c8828909c

PS: https://docs.microsoft.com/en-us/cpp/windows/universal-crt-deployment?view=vs-2019