| Chuckleluck wrote: |
|---|
| -Added WINVER=0x0410 to #defines under Compiler. |
Isn't Windows 2000 the Minimum supported client for
TransparentBlt()? so winver should be
0x0500.
Last edited on
Yes! Thank you, Grey Wolf. I changed WINVER to 0x0500, and it works perfectly.