Pelles C forum

Pelles C => General discussions => Topic started by: Finog (finog@yahoo.com) on January 25, 2005, 07:27:54 PM

Title: POLINK Error
Post by: Finog (finog@yahoo.com) on January 25, 2005, 07:27:54 PM
I have a reoccuring problem building dll files using Pelles C. I have my project divided into code, header, and def files by the Dll wizard. I've defined the correct functions in the Def file. Yet when I compile I normally recieve messages similar in nature to: "POLINK: error: Unresolved external symbol '__Funct@8' When I use the wizard to create a new Dll it works until I replace the sample function. Any help would be appreciated.
Title: POLINK Error
Post by: Pelle on January 25, 2005, 08:58:00 PM
Hard to say, but maybe a problem with name decoration (it's the most common cause of this type of linker errors).

Can you post the declarations of the function(s) you are trying to export, together with the DEF file? I think this will help...

Pelle