AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
August 2008

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2008.08.11 17:57 "windows 64 bit build", by Mikhail Kruk
2008.08.11 19:29 "Re: windows 64 bit build", by Bob Friesenhahn
2008.08.11 19:35 "Re: windows 64 bit build", by Mikhail Kruk
2008.08.11 20:03 "Re: windows 64 bit build", by Edward Lam
2008.08.11 20:55 "Re: windows 64 bit build", by Bob Friesenhahn
2008.08.11 20:51 "Re: windows 64 bit build", by Bob Friesenhahn
2008.08.12 00:36 "Re: windows 64 bit build", by Edward Lam
2008.08.12 02:44 "Re: windows 64 bit build", by Bob Friesenhahn
2008.08.12 03:53 "Re: windows 64 bit build", by Edward Lam
2008.08.12 04:04 "Re: windows 64 bit build", by Mikhail Kruk
2008.08.12 12:54 "Re: windows 64 bit build", by Edward Lam
2008.08.12 04:47 "Re: windows 64 bit build", by Bob Friesenhahn
2008.08.12 13:04 "Re: windows 64 bit build", by Edward Lam
2008.08.13 04:23 "tif_win32.c patch proposal (was: windows 64 bit build)", by Edward Lam
2008.08.13 05:32 "Re: tif_win32.c patch proposal (was: windows 64 bit build)", by Bob Friesenhahn
2008.09.04 14:12 "Re: tif_win32.c patch proposal", by Edward Lam
2008.08.12 00:41 "Re: windows 64 bit build", by Edward Lam

2008.08.11 19:35 "Re: windows 64 bit build", by Mikhail Kruk

OK... what would be a good way of fixing it?  Doesn't look like
TIFFFdOpen interface should be changed; I'm not sure why is it used to
pass Windows HANDLEs, sounds confusing (as Windows has normal int file
descriptors as well).  Should we add new functions TIFFHndlOpen or
something like that?  Win32 only?

On Mon, Aug 11, 2008 at 3:29 PM, Bob Friesenhahn
<bfriesen@simple.dallas.tx.us> wrote:
> On Mon, 11 Aug 2008, Mikhail Kruk wrote:
>
>> 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.
>
> This does seem like a problem, particularly if the extra bits are actually
> used.  I don't believe that libtiff has been ported to 64-bit Windows even
> though it mostly works ok for 64-bit Unix systems. 64-bit Windows is strange
> since 'long' is still 32-bits.
>
> Since this seems like a new area for libtiff, I recommend using the
> 4.0.0beta2 preliminary release, or libtiff CVS, so that it is easier to
> formulate and test fixes.  Old releases are never fixed.
>
> Bob
> ======================================
> Bob Friesenhahn
> bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
> GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
>
>