1999.08.10 14:30 "VC++", by Oguzhan Erkan

1999.08.10 14:51 "Re: VC++ [libtiff library for WIN NT]", by Lee Hamilton

I found a WIN NT version of the library and ignored the make files, just let Visual C++ (5.0) build it form me. Also rebuilt in VC++ 6.0. Got the library from http://www.gw-tech.com/tiffnt.html. My platform is WIN NT 4.0 SP3.

Create a WIN32 static library project (with a name that means something, (like libtiffnt), exclude the 'main' files (MK*.c) from the build, and build the library using build. Use this library to build your TIFF applications.