error in lib: unresolved external symbol

  • Thread starter Thread starter Janulka
  • Start date Start date
J

Janulka

Guest
Hi!
I had a problem: cannot open LIBC.lib, so I ignored it in Project properties, but it doesn't work anyway. Now it prints :
1>jpeg.lib(JERROR.obj) : error LNK2019: unresolved external symbol __iob referenced in function "void __cdecl output_message(struct jpeg_common_struct *)" (?output_message@@YAXPAUjpeg_common_struct@@@Z)
What can I do? It seems the error is in the library which I downloaded from the web.
thx

Continue reading...
 
Back
Top