Jump to content

[HELP] __iob_function error


Recommended Posts

Hi all!

Months ago I updated the my client source because I wanted to compile it with Visual Studio 2017 and I haven't had problems.
These days I needed to compile it again and it gave me a linking error saying: "libjpeg-6bMT.lib(jerror.obj) : error LNK2001: unresolved external symbol ___iob_func".

I tryed to do a lot of thing written in various posts but they didn't solve the problem.

Can someone help me here or via skype please?

 

Edit: I don't know if it's better or not but now I have these errors:

16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_std_error
16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_CreateCompress
16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_CreateDecompress
16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_destroy_compress
16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_destroy_decompress
16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_stdio_src
16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_set_defaults
16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_set_quality
16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_start_compress
16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_write_scanlines
16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_finish_compress
16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_read_header
16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_start_decompress
16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_read_scanlines
16>eterlib.lib(JpegFile.obj) : error LNK2001: unresolved external symbol _jpeg_finish_decompress

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.