New Post: CMake project generation for VLD
Hello. If I remember right, CMake file actually worked for me in Visual Studio 2008. Your post has motivated me to actually start looking at the source of VLD and to then go ahead and add some features...
View ArticleNew Post: Suppress console output (alone)?
Hi. I have fixed the issue in my fork athttps://vld.codeplex.com/SourceControl/network/forks/SchoenleAndi/vldwithcheckpoints The reason was that when not setting a report file, the code actually...
View ArticleNew Post: CMake project generation for VLD
Hello. Again. I just encountered the same problem with my 64bit cmake build and found out the reason. With the cmake file above you have been building "vld.dll" instead of "vld_x86.dll" or...
View ArticleNew Post: Application can't redirect printing messages to file.
I wrote an application include vld.h by VS2012, and I found the IO redirection does not work in win7 32-bit or 64-bit OS (XP won't have this problem). (ex. "test.exe > test.log", test.log is empty...
View ArticleNew Post: Seems that wont work in VS2012...
I'm using VLD 2.2.3 since last year and it works fine. The only problem is when it detect memory leaks which are due to VLD hooking the process too late.
View ArticleCommented Issue: Static CRT leaks? [10446]
<p>I use Visual Studio 2012 and VLD 2.2.3.</p><p>Compile option /MTd.</p><p>Memory leak is reported with the next code.</p><p> </p><p>int...
View ArticleNew Post: Visual Leak Detector on MinGW (4.8.1)
Does VLD works on MINGW? Or it's msvc-specific?
View ArticleCommented 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 ArticleNew Comment on "Building Visual Leak Detector from Source"
" To build VLD, just open the vld.sln solution file and do a full build." The documentation states that Visual Studio 2010/2012 is supported for VLD development. However, there is no vld.sln included...
View ArticleNew Post: Can't get VLD to work at all
I've been using VLD for a number of years: one of my professors introduced me to it when I was doing my BSc. I thought it was fantastic. Now, I'm starting to get annoyed. I've downloaded the latest...
View ArticleNew Post: VLD and child process
If I have a main process and a child process, both using VLD, is there any way I can get the VLD output of the child process to go to a different file than the output of the main process ? In other...
View ArticleCreated Unassigned: Does not detect unmatched GlobalAlloc/GlobalFree call...
I recently installed VLD for a Visual C++ 2012 project. To test that it was working I used the following code:main(){LPSTR lpTemp;lpTemp = (LPSTR) malloc(200);}That worked as expected and VLD reported...
View ArticleCreated Unassigned: VLD doesn't work with CppUnitTestFramework [10546]
I try to include vld header in my Unit Test project under Visual Studio 2012. And every time as I run tests in debug mode , error "" is occured. I created the Concole project with this test, and vld...
View ArticleEdited Unassigned: VLD doesn't work with CppUnitTestFramework [10546]
I try to include vld header in my Unit Test project under Visual Studio 2012. And every time as I run tests in debug mode , error "Vstest.executionengine.x86.exe has stopped working" is occured. I...
View ArticleCreated Unassigned: Access Violation at startup [10547]
When launching an application using VLD, I get an access violation.Already tried building VLD from source, and I get the same problem.I remember happening before, and doing nothing special. Eventually...
View ArticleNew Post: Visual Leak Detector
Please some1 tell me how to use VLD ..do not forward links please.. Look , I have added the header file vld.h to my projects header file and then included it to my source .cpp file.. then I have...
View ArticleCreated Unassigned: vld.ini search path [10548]
In my setup loaded vld.dll is located in different from EXE directory.Vld.ini is also stored near vld.dll but directory containing vld.dll isn't looked at.
View ArticleNew Post: VLD + VS2012 == errors in Windows headers??
Windows 7 Visual Studio 2012 VLD 2.3 I have an SFML-based project with a friend which is compiling fine but committing memory sins according to Dr. Memory. I found a recommendation for VLD as more...
View ArticleCreated Unassigned: Dedpendency Walker message [10549]
When viewing a DLL which has VLD support through an '#include <vld.h>' Dependency Walker shows no problems. When viewing an EXE which has VLD support through an '#include <vld.h>'...
View ArticleCreated Unassigned: Problem with SetWindowsHookEx and VLD [10550]
In a DLL which hooks the mouse for all threads with a 'SetWindowsHookEx(WH_MOUSE, MouseHook, hookDLL.m_hInstance, 0);' call and VLD being used, the execution of the above to set the Windows hook causes...
View Article