Re: Mods: Please delete me.
Quote:
Originally Posted by
mega Kluge
... Looking for a way to delete this post.
I see no clear mechanism where one can delete a post. Is this possible? Thanks.
And what is the reason to delete it?
Re: Old school SetWinMetaFileBits() fails after ~4K iterations. What am I missing h
Hi Victor,
Well, maybe this post might be worth something after all. The SetWinMetaBits was failing due to GDI handle leak elsewhere in the code. There was an HDC that wasn't being released properly. This manifested (eventually) to the SetWinMetaBits failing in an entirely different method. Once the HDC was released, the function stopped returning a NULL HENHMETAFILE and all is working properly.
Maybe this will help someone else at some point.
Thanks for your time.