Loading Jpeg Error

Started by
-1 comments, last by hahaha 16 years, 9 months ago
I just changed from dev c++ to MSVC 2005 and the texture loader i wrote doesnt want to work in MSVC 2005. I link "jpeg.lib" and i went to project properties->configuration properties->lnker->input and added LIBC to "Ignore Specific Library". When i try to compile i get this error message: "jpeg.lib(jerror.obj) : error LNK2019: unresolved external symbol __iob referenced in function _output_message %Path to program% : fatal error LNK1120: 1 unresolved externals" Any ideas on how to fix this?

This topic is closed to new replies.

Advertisement