As I attempted to compile some of the libraries and projects in Visual C++ 6.0 (some of them worked), while others seemed to be missing files:
For example, as I attempted to compile the blendercreator project, it was missing some header files related to the jpeg library, "jerror.h", and "jpeglib.h", so I can't compile that project. Somehow I get the feeling the source code is not "complete".
Anyways, ... just my $0.02.
- [ J o s c c i ] -
Did you try to install the jpeg library?
Jpeg library? Please tell me more....
JPEGlib is the library with functions that handles jpeg files. At
http://omnilash.kit.net you can find links for JPEGlib (and other dependencies).
PS: Try searching header files in Google.com. Eg: search for 'download jconfig.h'
I hope it helps..