Hello,
i need help, i get these two messages:
POLINK: error: Unresolved external symbol '__imp__TransparentBlt'.
POLINK: fatal error: 1 unresolved external(s).
Question: what can i do ?
Thank you.
Link with Msimg32.lib
John
Hi JohnF,
thank you!
Peter
Peter,
If ever you get those errors again - look up the offending API call in MSDN, near the bottom of the page it will tell you which library to link with.
http://msdn.microsoft.com/en-us/library/dd145141(VS.85).aspx (http://msdn.microsoft.com/en-us/library/dd145141(VS.85).aspx)
John