NO

Author Topic: Polink error  (Read 2437 times)

peterpan

  • Guest
Polink error
« on: May 02, 2009, 10:35:05 PM »
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.

JohnF

  • Guest
Re: Polink error
« Reply #1 on: May 02, 2009, 11:01:55 PM »
Link with Msimg32.lib

John

peterpan

  • Guest
Re: Polink error
« Reply #2 on: May 03, 2009, 12:35:27 AM »
Hi JohnF,

thank you!
Peter

JohnF

  • Guest
Re: Polink error
« Reply #3 on: May 03, 2009, 10:05:33 AM »
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

John