linking error: lnk2001 unresolved external symbol

hello guys,

I am getting the linking error as follows even after adding cvbloblib.lib file to project->settings->link library module also path is defined.

1
2
3
4
5
6
7
8
9
10
Linking...
LINK : warning LNK4049: locally defined symbol "_fclose" imported
LINK : warning LNK4049: locally defined symbol "_fprintf" imported
LINK : warning LNK4049: locally defined symbol "_free" imported
LINK : warning LNK4049: locally defined symbol "_realloc" imported
LINK : warning LNK4049: locally defined symbol "_malloc" imported
cvblobslib.lib(blob.obj) : error LNK2001: unresolved external symbol __imp___assert
cvblobslib.lib(BlobResult.obj) : error LNK2001: unresolved external symbol __imp__fopen
Debug/blob1.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.


Please give ur comments and suggestions to resolve this.

Thank You
Topic archived. No new replies allowed.