Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
I need good debugger for GDI leaks for my project (C++). We use Windows 7.
2012-05-04 18:28:44
Just use Deleaker - it's great debugger for GDI leaks.
2012-05-03 02:57:14
GDIView is a pretty good tool for tracing GDI leaks. It can be found here: http://www.nirsoft.net/utils/gdi_handles.html Used in conjunction with your compiler's debugger, you should have what you need to plug the leaks.