Pelles C forum

Pelles C => General discussions => Topic started by: peterpan on May 02, 2009, 10:35:05 PM

Title: Polink error
Post by: peterpan 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.
Title: Re: Polink error
Post by: JohnF on May 02, 2009, 11:01:55 PM
Link with Msimg32.lib

John
Title: Re: Polink error
Post by: peterpan on May 03, 2009, 12:35:27 AM
Hi JohnF,

thank you!
Peter
Title: Re: Polink error
Post by: JohnF 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 (http://msdn.microsoft.com/en-us/library/dd145141(VS.85).aspx)

John