Closed Unassigned: LoadLibrary bug... [10555]
My English is not very good.So instead sample code.```#include "vld.h"#include <Windows.h>#include <tchar.h>#include <process.h>UINT WINAPI ThreadProc1(LPVOID pParam){ while(1){...
View ArticleSource code checked in, #2c950e88ab23484a9680b04dcac590a6b7ee5da5
`loading_modules` removed
View ArticleSource code checked in, #b5f982b63ae8c4bcf2aafd4c67d10e42da2fb586
VS2010 solution updated
View ArticleSource code checked in, #008a187b2d099daf831a59a614ddd8ac86c0dfb2
_HeapReAlloc crash fixed after d84107cda2
View ArticleSource code checked in, #7d3a9d88d92e1dfb6bcbccbbba8f207676a4a110
%processor_architecture% check fixed
View ArticleSource code checked in, #29aa7e61abda3369d06528fc789b8637c0d5713a
Release static linked CRT detection improved
View ArticleClosed 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 ArticleCommented 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.Comments: You can set path to vld.ini in...
View ArticleClosed 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 ArticleCommented Unassigned: Filter frames from top of stack for STL, etc. [10543]
It's not useful to see frames such as these on the top of the stack:``` e:\ccmaster\sdr\main\windows64\vc90\vc\include\xmemory (44):...
View ArticleEdited Unassigned: Even more duplicate aggregation [10542]
According to the docshttps://vld.codeplex.com/wikipage?title=Configuration%20Options&referringTitle=Documentation"AggregateDuplicates ... will make VLD aggregate all leaks that share the same size...
View ArticleClosed Unassigned: Compilation error for Visual Studio 2012 under Windows 8...
Hi,I am using Visual Studio 2012 Ultimate under Windows 8. I used to use VLD for Visual Studio 2008 under Windows 7 without any problem.But, now I get compilation errors when I try to use it in any...
View ArticleCommented Issue: VLD with application ends immediately with return code of...
I am working with an application and a number of DLLs created in Visual Studio 2010. After adding vld.h to a single source file in the main application and all the DLLs, when I try to run the...
View ArticleEdited Issue: error C2065: 'NtQueryInformationThread' : undeclared identifier...
vs2010XP Pro 2002 SP3I get the following compilation errors```1>d:\projs\tools\visual leak detector\src\utility.cpp(937): error C4430: missing type specifier - int assumed. Note: C++ does not...
View ArticleEdited Issue: Compile issues when including vld.h with some project settings...
I tried to use vld with two public domain libraries, ICU and sqlite. In both cases including vld.h caused compile/build errors.For ICU the /Za option (disable VC++ extensions) is turned on, which...
View ArticleEdited Issue: Direct3D and DXUT in DLL [10481]
When I put code of EmptyProject10 from DirectX SDK (June 2010) into DLL the VLD don?t show any report. This issue seems to be caused by calling DXUTCreateDevice inside DLL project. When...
View ArticleClosed Issue: VLD crashes in WIndows 8 [10393]
<p>hi!</p><p>I use windows 8, and use VS 2010 and vld 2.2.3.</p><p>but when vld runs, it crashes.</p><p>When I used windows 7, no problem...
View ArticleEdited Issue: VLDSetModulesList or VLDDisable also can not block a madule...
HiI'm using VLD on a project that is using Microsoft DirectX, In my report there are several report that show following warning:WARNING: Visual Leak Detector: A module, d3dcompiler_43.dll, included in...
View Article