Recommended: Click here to run a Free driver update scan »
Find leaks and free your resources fast and effective with Deleaker
Today we announce the unveiling of Deleaker, a run-time error detection anddebugging tool for Visual C++ developers. Deleaker is a useful add-in for VisualStudio 2003-2005 that helps you to analyze programming errors, many of which areunique to Visual C++. With Deleaker you can detect and localize resource leaks suchas memory, GDI and USER objects, handles.
Leaks are possible, even in robust Windows-based applications. As bugs go, leaks aresome of the most difficult to find, especially when they occur in graphics deviceinterface (GDI) objects. Generally speaking, leaks appear when you forget to releasea system resource. Even if the documentation states that Windows takes care ofreleasing the resource used by a process when it exits, this is not enough forserver applications that must be extremely reliable. Even a little leak can bringdown the system if it occurs many times. You have to find those leaks! This is whenDeleaker enters the stage. First thing you do is activate Deleaker before startingyour application (it is really easy  just go to the Main menu - > Tools - >Deleaker). Then, while your application is running, Deleaker provides you with theinformation on created GDI objects. For almost all these objects you will get fullstack, which helps you to see where each GDI object was created. At this point youare only one step away from detecting where in your source code a certain object wascreated. Simply double click the stack entry and the editor will open the file withsource code at the corresponding line. And the most important - when yourapplication exits, Deleaker will notify you of GDI objects that were created butwere not deleted.
Plenty of tools exist to help track down memory leaks. But there are very few goodtools to help track GDI resource leaks that can ruin performance on any Windowsoperating system. And all of them have one major  leak  they slow down theperformance of your application tremendously. With Deleaker you can always trackwhat resources were created between a start and stop points, display what thoseresources are and, pay attention, it DOESNÂ'T slow down your application, as it ishighly integrated into Visual Studio development environment. Deleaker is a cheap,robust and effective way to cope with GDI leaks.
Deleaker Benefits at a Glance:Full stack for almost all detected GDI / USER objects, handles and allocated memoryblocks, so that you can not only find a bottleneck, but also determine what causedthat bottleneck;Almost no application slow down thanks to deep Visual Studio development environmentintegration;Gener ous pricing.
Pricing and AvailabilityDeleaker costs $99 (USD) for a Single Developer License. For more information,please visit www.deleaker.com
# # #
Product page link: www.deleaker.comE-mail: pr@deleaker.com