I discovered that the provided tif_config.vc.h is insufficient to
compile libtiff 3.9.0 under MSVC. These extra lines are needed:
/* Signed 64-bit type */
#define TIFF_INT64_T signed __int64
/* Unsigned 64-bit type */
#define TIFF_UINT64_T unsigned __int64
Sorry about that.
Bob
--
Bob Friesenhahn
bfriesen@...,
http://www.simplesystems.org/users/bfriesen/GraphicsMagick Maintainer,
http://www.GraphicsMagick.org/_______________________________________________
Tiff mailing list:
Tiff@...
http://lists.maptools.org/mailman/listinfo/tiffhttp://www.remotesensing.org/libtiff/