Hello everybody!
Probably this problem because of me, but...
I tried to link self made (with Pelles C) external library to another Pellec C Windows console project but had no success.
I'd read all recommendations about it on this respectable forum. I'd added my lib to 'Library and object files:'. String looks like this:
kernel32.lib advapi32.lib delayimp.lib dima.lib
Lib dima.lib is mine
I also added my folder to the 'Folders' - Library tab. It looks like this:
I:\Program Files\PellesC\Lib\Win
I:\Program Files\PellesC\Lib
N:\C_work\dima
But it did not help. I got
Building testexe.exe.
POLINK: error: Unresolved external symbol '_dima_fun'.
POLINK: fatal error: 1 unresolved external(s).
*** Error code: 1 ***
Done.
again and again. dima_fun is the function that I want to call. This function really is in the dima.lib
Help me please!!!!