When I compile my program says
I have linked libmsimg32.a to my project, and have Googled it, and that didn't help much.Code:'TransparentBlt' was not declared in this scope
Thanks in advance
This is a discussion on TransparentBlt not declared in this scope within the C++ Programming forums, part of the General Programming Boards category; When I compile my program says Code: 'TransparentBlt' was not declared in this scope I have linked libmsimg32.a to my ...
When I compile my program says
I have linked libmsimg32.a to my project, and have Googled it, and that didn't help much.Code:'TransparentBlt' was not declared in this scope
Thanks in advance
You didn't #include the header file that declared TransparentBlt.
I included windows.h, isn't that the header that has TransparentBlt?
I don't know.
TransparentBlt Function (Windows)
Note the requirements section.
Woop?
OK, thanks