2005.09.27 01:37 "[Tiff] VC Win32 compile", by Greg D

I am trying to compile the newest version (3.7.4) on Windows using Microsoft's compiler. Is that possible? The only other win32 binaries I've seen are using mingw libraries. For a variety of reasons I have to compile from scratch using Microsoft's compiler.

Right now I have a problem disabling jpeg support. Even with the flags commented out in nmake.opt

the library still tries to include "jpeglib.h". If I do provide those files I still get undefined references for TIFFInitZIP and TIFFInitJPEG. Can anyone point me in the right direction? Or at least can you tell me if I'm wasting my time?

Greg