NO

Author Topic: POLINK Error  (Read 3337 times)

Finog (finog@yahoo.com)

  • Guest
POLINK Error
« 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.

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
POLINK Error
« Reply #1 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
/Pelle