Source code checked in, #42a10ae61b58c9e825036ffa4cf4f8ee1f90909a
vld.vcxproj fixed for version.h
View ArticleNew Post: Visual Leak Detector: Failed to unload the symbols
This is only can be a problem if you have functions from mciwave.dll in callstack.
View ArticleClosed Issue: freezing of CFileDialog DoModal with vld [9519]
Hi all,I wrote it to the discussion already ( see http://vld.codeplex.com/discussions/277407 ), but here is better place.I created a MFC application with CFileDialog (on Windows 7) and it was rarely...
View ArticleClosed Issue: Application hangs in GetOpenFileName/GetSaveFileName [9859]
With VLD, when I call GetSaveFileName, my application hangs. It seems to be stuck in ieframe.dll.GetSaveFileName loads several DLLs, (including Tortoise SVN) then it stops with ieframe.
View ArticleClosed Issue: Failed to register COM dll [6359]
When i include Visual leak detector and build the source code than it is unable to register the dll on XP and on Windows 7, regsvr32.exe crashes.Environment : VS2008 , OS is XPerror PRJ0050: Failed to...
View ArticleClosed Unassigned: FolderBrowserDialog issue [10544]
Hi,I have an issue using FolderBrowserDialog - ShowDialog() function - when using VLD 2.3 in debug mode.System details:Windows 8 Pro 64-bit, Visual Studio 2012 Ultimate (Update 2). Winforms C++/CLI...
View ArticleUpdated Wiki: Home
 Project Description Visual Leak Detector is a free, robust, open-source memory leak detection system for Visual C++. It's pretty easy to use. After installing it, you just need to tell Visual C++...
View ArticleCreated Unassigned: Unable to build VLD with VS2015 54bits [10594]
I'm trying to compile VLD with "Visual Studio 2015 Community Update 1" for x64.To generate the VS solution, I use the attached CMakeLists.txt with Cmake 3.4.1. This CMakeLists.txt was working well with...
View ArticleEdited Unassigned: Unable to build VLD with VS2015 54bits [10594]
I'm trying to compile VLD with "Visual Studio 2015 Community Update 1" for x64.To generate the VS solution, I use the attached CMakeLists.txt with Cmake 3.4.1. This CMakeLists.txt was working well with...
View ArticleCommented Unassigned: Unable to build VLD with VS2015 54bits [10594]
I'm trying to compile VLD with "Visual Studio 2015 Community Update 1" for x64.To generate the VS solution, I use the attached CMakeLists.txt with Cmake 3.4.1. This CMakeLists.txt was working well with...
View ArticleEdited Unassigned: Unable to build VLD with VS2015 54bits [10594]
I'm trying to compile VLD with "Visual Studio 2015 Community Update 1" for x64. Downloaded VLD from https://vld.codeplex.com/SourceControl/changeset/view/42a10ae61b58To generate the VS solution, I use...
View ArticleCommented Unassigned: Unable to build VLD with VS2015 54bits [10594]
I'm trying to compile VLD with "Visual Studio 2015 Community Update 1" for x64. Downloaded VLD from https://vld.codeplex.com/SourceControl/changeset/view/42a10ae61b58To generate the VS solution, I use...
View ArticleCreated Unassigned: Empty MFC Single Dialog App reports 9 leaks [10595]
Using VLD2.5, and VS2015 on an empty project is showing 9 memory leaks.I presume that this is a bug in VLD 2.5?In VS2015 Enterprise, I've created an MFC Single Dialog app using the wizard.Simply...
View ArticleCommented Unassigned: Empty MFC Single Dialog App reports 9 leaks [10595]
Using VLD2.5, and VS2015 on an empty project is showing 9 memory leaks.I presume that this is a bug in VLD 2.5?In VS2015 Enterprise, I've created an MFC Single Dialog app using the wizard.Simply...
View ArticleCommented Unassigned: Empty MFC Single Dialog App reports 9 leaks [10595]
Using VLD2.5, and VS2015 on an empty project is showing 9 memory leaks.I presume that this is a bug in VLD 2.5?In VS2015 Enterprise, I've created an MFC Single Dialog app using the wizard.Simply...
View ArticleCommented Unassigned: Empty MFC Single Dialog App reports 9 leaks [10595]
Using VLD2.5, and VS2015 on an empty project is showing 9 memory leaks.I presume that this is a bug in VLD 2.5?In VS2015 Enterprise, I've created an MFC Single Dialog app using the wizard.Simply...
View ArticleCommented Unassigned: Empty MFC Single Dialog App reports 9 leaks [10595]
Using VLD2.5, and VS2015 on an empty project is showing 9 memory leaks.I presume that this is a bug in VLD 2.5?In VS2015 Enterprise, I've created an MFC Single Dialog app using the wizard.Simply...
View ArticleCommented Unassigned: Empty MFC Single Dialog App reports 9 leaks [10595]
Using VLD2.5, and VS2015 on an empty project is showing 9 memory leaks.I presume that this is a bug in VLD 2.5?In VS2015 Enterprise, I've created an MFC Single Dialog app using the wizard.Simply...
View ArticleCreated Unassigned: Please use compiler defined _WIN64 and not self defined...
The msvc compiler has some defines which it defines itself, depending on its configuration.https://msdn.microsoft.com/de-de/library/b0084kay.aspxtwo of them are these:_WIN32 Defined for applications...
View Article