2008.07.28 08:49 "[Tiff] CVS access", by Mateusz Łoskot

2008.08.11 17:57 "[Tiff] windows 64 bit build", by Mikhail Kruk

Hi,

I'm trying to build LibTiff for 64 bit Windows.
not sure what's the best way to handle this problem in tif_win32.c I'm

(in TIFFOpen()):

tif = TIFFFdOpen((int)fd, name, mode);

fd is a void * which is 64 bit on Windows, int is 32 bit.

 Thanks,
 mk