GDIView is a unique tool that displays the list of GDI handles (brushes, pens, fonts, bitmaps, and others) opened by every process. It displays the total count for each type of GDI handle, as well as detailed information about each handle. This tool can be useful for developers that need to trace GDI resources leak in their software.
Deleaker is a helpful add-in for Visual C (VS 2003-2005) that lets you detect resource leaks in memory, GDI objects, handles, etc. Deleaker provides a full stack for all detected objects and allows you to easily localize them in the source code. Deleaker is tightly integrated into the Visual Studio development environment and does not cause any appreciable slow down to your application.
Deleaker is a helpful add-in for Visual C++ (VS 2003-2005) that lets you detect resource leaks in memory, GDI objects, handles, etc. Deleaker provides a full stack for all detected objects and allows you to easily localize them in the source code. Deleaker is tightly integrated into the Visual Studio development environment and does not cause any appreciable slow down to your application.