Page 1 of 1

Unresolved symbol

Posted: Wed Jul 28, 2010 6:38 am
by SofT MANiAC
Hi pplz!

I tried to connect the dll library, created in PureBasic to Visual C++ code. The linker reports that the function was not found (unresolved symbols). The problem in new versions of PureBasic. In version 4.10 (and older) everything was fine. What can I do?

problem solved

Re: Unresolved symbol

Posted: Wed Jul 28, 2010 3:39 pm
by SofT MANiAC
.Lib file is corrupt (for Visual C++)? DLL2Lib can not find functions in the .lib file too.. Fasm? polink? PBCompiler? Anybody can help me? It looks like a bug...

Re: Unresolved symbol

Posted: Thu Jul 29, 2010 3:15 pm
by SofT MANiAC
there are no experts?

Re: Unresolved symbol

Posted: Thu Jul 29, 2010 4:25 pm
by freak
I am no expert on this specific issue, but if you want somebody to help you, you have to give more information.
  • What are the missing symbols?
  • What is the exact error you get?
  • What codes did you use. If you can provide a full example, that would give people something to go on.
Just saying "it doesn't work, please help" will not get you much help.

Re: Unresolved symbol

Posted: Thu Jul 29, 2010 6:12 pm
by SofT MANiAC
DELETED