News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Polink error

Started by peterpan, May 02, 2009, 10:35:05 PM

Previous topic - Next topic

peterpan

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

Link with Msimg32.lib

John

peterpan

Hi JohnF,

thank you!
Peter

JohnF

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