| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2008.08.12 00:41 "Re: windows 64 bit build", by Edward LamOops, I forgot to mention that if you dealing with large files, then it might be best to test on CVS head. For example, in 3.7.0, tif_win32.c won't help you at all because it sets dwMoveHigh to 0 when calling SetFilePointer() in _tiffSeekProc(). -Edward On Mon, August 11, 2008 13:57, Mikhail Kruk wrote: > Hi, > > I'm trying to build LibTiff for 64 bit Windows. > I'm not sure what's the best way to handle this problem in tif_win32.c > (in TIFFOpen()): > > tif = TIFFFdOpen((int)fd, name, mode); > > fd is a void * which is 64 bit on Windows, int is 32 bit. > > Thanks, > mk > _______________________________________________ > Tiff mailing list: Tiff@lists.maptools.org > http://lists.maptools.org/mailman/listinfo/tiff > http://www.remotesensing.org/libtiff/ > |
|||||||