Deleaker is a Visual C++ add-in (compatible with VS 2003-2008) that identifies and localizes resource and memory leaks within source code. Its tight integration with the Visual Studio development environment streamlines the debugging process.

Debugging is a headache for most developers. Bugs are often difficult to find, especially leaks in GDI objects and menus, which can severely impact system performance. Deleaker provides a well-structured solution to this problem. Firstly, it provides thorough information on all GDI objects created while your application is running. Almost all of these objects will have a full stack, which helps you pin down exactly where, in the source code, each GDI object was created. You can easily double-click on the stack entry, and the editor will take you to the file with the corresponding line of source code.
When your application exits, Deleaker provides you with a list of GDI objects that were created but not deleted - a simple, yet essential feature. There are many tools designed to help track down memory leaks, but most have a major drawback - they immensely slow down the performance of your application. This isn't the case with Deleaker, as it's tightly integrated into the Visual Studio development environment, so you can be sure that it will not impact the speed of your application.
It's important to note that leaks can occur in even the most robust Windows-based applications. Deleaker is the solution that can help you locate them. While other tools certainly exist to track down resource leaks, there are few that are as efficient as Deleaker when it comes to tracking down GDI resource leaks that can reduce performance on any Windows operating system.
In conclusion, if you're a developer who needs help with analyzing programming errors or detecting resource leaks, Deleaker is a must-have tool. It's easy to use, and it works seamlessly with Visual Studio. You can rely on Deleaker to help you find even the smallest errors that can have a huge impact on your application's performance.
Version 1.1: A few bug fixed.