tiff 3.9.0 config for MSVC

View: New views
1 Messages — Rating Filter:   Alert me  

tiff 3.9.0 config for MSVC

by Bob Friesenhahn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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/tiff
http://www.remotesensing.org/libtiff/