I get the jpeg free library from http://www.ijg.org/
But I can't compile it to exefile.
I need some help , Thanks.
For more, I was using Dev C++.
Printable View
I get the jpeg free library from http://www.ijg.org/
But I can't compile it to exefile.
I need some help , Thanks.
For more, I was using Dev C++.
I've got trouble with that library as well.
The library itself (jpeglib) should be compiled as a lib-file. It isn't meant to be compiled as an exe-file I think.
The examples can be compiled as exe's. That worked with VC++ 6. Somehow I'm not able to link the lib-file within my program. VC++ can't find the symbols in the lib file. If someone knows how to handle this library, Ill appreciate help much as well.