Asked By Comanche
01-Nov-09 05:10 AM
I am developing a visual component with C# 2005. As far as I need high
graphical performance, I am using GDI32 and not GDI+. I am for 95% sure that I
do everything to avoid GDI leaks, but still there is a possibility. How can I
check for possible GDI leaks in my component? I have found two utilities:
GDILeaks.exe by Christophe Nasarre
(http://msdn.microsoft.com/en-us/magazine/cc188782.aspx) and GdiObj.exe by
Feng Yuan (http://www.fengyuan.com/download.html). First, they show different
results, and second, I am not sure if they are compatible with .NET apps.
Can anyone recommend some software to detect GDI leaks in .NET apps?
Thank you.