Hello,
This library is used by BitmapFromResource, BitmapFromFile and BitmapFromMemory.
BitmapFromPicture does not release the dc called by GetDC:
invoke GetDC, NULL ; screen DC
To correct I added, to end procedure:
invoke ReleaseDC,NULL,compDC ; <-- added
mov eax, tempBitmap ; the bitmap handle is the return value
ret
Regards,
Faiseur
That bug is actually older than this forum :eek I wonder what's it still doing there.
Its waiting for its author to fix it, I did not write it.
Hi Faiseur,
Thanks for informing us about the bug. I am using Ernie's library.