L
Lloyd Dupont
I have a managed class which calls into win32/GDI to do its drawing.
Somehow there is some GDI resource not freed.
Although in my OnPaint I do a try finally, restore the HPEN, HBRUSH, etc..
and then DeleteObject() everything I have created...
I have no idea...
Do you have any tip or do you know of any application (or debugging library)
which could help me see what's going on in the GDI and what's not
deallocated properly?
Somehow there is some GDI resource not freed.
Although in my OnPaint I do a try finally, restore the HPEN, HBRUSH, etc..
and then DeleteObject() everything I have created...
I have no idea...
Do you have any tip or do you know of any application (or debugging library)
which could help me see what's going on in the GDI and what's not
deallocated properly?