Commented Unassigned: VLD fails with Visual Studio 2015 [10619]
Hi,It appears the VLD is now broken. The software fails with 0xC0000005 when executing```HMODULE const handle = LoadLibraryExW(name, nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32);```where name =...
View ArticleCommented Unassigned: VLD fails with Visual Studio 2015 [10619]
Hi,It appears the VLD is now broken. The software fails with 0xC0000005 when executing```HMODULE const handle = LoadLibraryExW(name, nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32);```where name =...
View ArticleCreated Unassigned: Why is vld_x86.pdb requested? [10621]
I am deveopingt an ActiveX control in VS2013 c++ to be used with MS Access. After starting the Debugging of the in Access embedded ocx, VS asks for the Position of the vld_x86.pdb file, which shall...
View ArticleEdited Unassigned: Why is vld_x86.pdb requested? [10621]
I am deveoping an ActiveX control in VS2013 c++ to be used with MS Access. After starting the Debugging of the in Access embedded ocx, VS asks for the Position of the vld_x86.pdb file, which shall...
View ArticleCommented Unassigned: VLD fails with Visual Studio 2015 [10619]
Hi,It appears the VLD is now broken. The software fails with 0xC0000005 when executing```HMODULE const handle = LoadLibraryExW(name, nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32);```where name =...
View ArticleNew Post: Why is vld_x86.pdb requested?
I am deveoping an ActiveX control in VS2013 c++ to be used with MS Access. After starting the Debugging of the in Access embedded ocx, VS asks for the Position of the vld_x86.pdb file, which shall...
View ArticleCreated Unassigned: The change of Microsoft.Cpp.x64.user.props by the...
I installed the VLD and found that the file Microsoft.Cpp.x64.user.props was completely changed. Previously it was like <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build"...
View ArticleNew Post: The change of Microsoft.Cpp.x64.user.props by the installation...
I installed the VLD and found that the file Microsoft.Cpp.x64.user.props was completely changed. Previously it was like <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build"...
View ArticleNew Post: Can VLD be used for the memory leak between C# and C function calls?
I have a C# program and calling an algorithm written in C, which caused memory leak. I tried to use VLD to trouble shoot this problem, however, I got some exception during the debugging. I wonder...
View ArticleReviewed: v2.5 (Jan 15, 2017)
Rated 5 Stars (out of 5) - Super easy setup and use, finding memory leaks has never been easier.
View ArticleNew Post: How does one configure the suppression list to suppress leaks one...
Hello everyone, I have an app where we are getting leaks from MFC that we can do nothing about. So I would like to add these to a VLD suppression list. I presume there is such a facility. However, I...
View ArticleNew Post: How does one configure the suppression list to suppress leaks one...
The only way I know is to use VLDDisable before using the method that causes a leak and then re-enable leak detection using VLDEnable.
View ArticleCreated Unassigned: waveOutOpen bug [10623]
HiI found bug in VLD. If you use waveOutOpen function VLD will crash. I use waveOutOpen with following parameters:``` cHWAVEOUT waveOut;WAVEFORMATEX waveFormat;DWORD idThread;HANDLE thread;thread =...
View ArticleReleased: v2.5.1 (Jan 30, 2017)
Thanks to all contributors for enchantment and many bug fixes.2.5.1Enhancements:+ PDB added to installer.Bugs Fixed:+ Fix ntdll loader patch for Windows 10 (1607) Anniversary Update causing crashes...
View ArticleCreated Release: v2.5.1 (Jan 30, 2017)
Thanks to all contributors for enchantment and many bug fixes.2.5.1Enhancements: + PDB added to installer.Bugs Fixed: + Fix ntdll loader patch for Windows 10 (1607) Anniversary Update causing crashes...
View ArticleNew Post: Leak Report in an Empty project (Windows 7 64Bits + VS2010)
Don't forget to load symbols for mfc100d.dll
View ArticleNew Post: Can VLD be used for the memory leak between C# and C function calls?
We did not test Vld with mixed mode code
View ArticleNew Post: How does one configure the suppression list to suppress leaks one...
Try load symbols for MFC dll's
View ArticleSource code checked in, #e2577d829adf91c59c7233a6a059c077594df75c
Fix ntdll loader patch for Windows 10 (1607) Anniversary Update causing crashes because EntryPoint is called through __guard_dispatch_icall_fptr()
View Article