New Post: infinite loop initializing vld, trying to check leaks in a Maya plugin
What happens if VLD doesn't find a module that loads it? I mean that is what happens after directly linking it into my dll. I don't know. VLD designed to work as DLL.
View ArticleNew Post: Memory leak internal to Visual Leak Detector
Can you reproduce with vld "basics test"? Can you provide sample that reproduce this leak?
View ArticleNew Post: static variables in 3rd party DLL
Disable leak detection (VLDDisable) before loading dll and restore state after
View ArticleNew Post: Visual Studio 2013
c273 wrote: I selected to Add VLD to my path and to install for VS2013 (not VS2008). This allowed me to add the "#include <vld.h> to my source but it would not link as "vld.lib" was not found....
View ArticleNew Post: static variables in 3rd party DLL
In my case I use it in a bit different way. All the leak detection is linked into my app as a static lib. The dll that's bothering me (QT) is liked dynamically by the OS. That is, the QT dlls are...
View ArticleNew Post: Memory leak internal to Visual Leak Detector
I was unable to reproduce this on new project so i strip down problematic one. You can download it with this link: source.rar Through the process of stripping down my code i have figured out what...
View ArticleNew Post: Visual Studio 2013
(Visual Studio 2013 Ultimate) I think the installer's Include directory is in the wrong XML node as well. When it is placed in the <AdditionalIncludeDirectories>, Visual Studio will add it to the...
View ArticleCommented Unassigned: VLD not generating output in VS2010 directX project....
Hello,we are using the vld in a small game engine and up until a few weeks ago it worked fine. We had not used it for some time and today we tried to give it another go.When we build and start the...
View ArticleCommented Unassigned: VLD not generating output in VS2010 directX project....
Hello,we are using the vld in a small game engine and up until a few weeks ago it worked fine. We had not used it for some time and today we tried to give it another go.When we build and start the...
View ArticleNew Post: VLD and Qt
I am developing a program with Visual C++ 2010 using the Qt library. When I tried to use Visual Leak Detector (including vld.h in the main program after all other includes) I got an application error...
View ArticleNew Post: static variables in 3rd party DLL
Than you can try call VLDMarkAllLeaksAsReported after initializing dll
View ArticleCreated Unassigned: Entry point not found error [10559]
My setup is Visual Studio Professional 2012+ Windows 7 Professional 64 bit. I can execute my application without vld and there is no crash in the aplication. With VLD, I get the following error: "The...
View ArticleNew Post: VLD and Qt
Have you moved the DbgHelp files into their corresponding bin directories? C:\Program Files (x86)\Visual Leak Detector\dbghelp\x86\dbghelp.dll & Microsoft.DTfW.DHL.manifest => C:\Program Files...
View ArticleNew Post: VLD and Qt
No, sorry, I didn't read all the comments in the documentations ! This solved the problem. Thank you very much. VLD helped me a lot in cleaning my program.
View ArticleNew Post: VLD 2.0, VC++2005, Crash after stack overflow on calling...
So, is there any solution or workaround which breaks this loop?
View ArticleUpdated Release: v2.4rc (мар 25, 2014)
2.4rcSorry, but previous upload contain old VLD versionEnhancements: + VS2013 support added. + Improved usage in C code. + Setup rewrited to InnoSetup, autopatching common props implemented for...
View ArticleReleased: v2.4rc (Mar 25, 2014)
2.4rcEnhancements:+ VS2013 support added.+ Improved usage in C code.+ Setup rewrited to InnoSetup, autopatching common props implemented for VS2008-2013.+ Called allocation function added to printed...
View ArticleUpdated Release: v2.4rc (мар 25, 2014)
2.4rcEnhancements: + VS2013 support added. + Improved usage in C code. + Setup rewrited to InnoSetup, autopatching common props implemented for VS2008-2013. + Called allocation function added to...
View ArticleSource code checked in, #fd4ee387c9cf7e81a6a6f2aaee00e6d8885eb9a0
VLD will display last internal frame
View ArticleClosed Unassigned: False leaks with /MTd? [10558]
First of all, this project is fantastic !!!I am getting around 60 leaks when I compile also simple test samples using /MTd. What am I doing wrong?
View Article