2010.07.08 16:25 "[Tiff] strlcpy vs strncpy", by Bob Friesenhahn

2010.08.06 15:57 "Re: [Tiff] tiff4 on 32-bit Windows", by John

On 6 August 2010 16:21, Bob Friesenhahn <bfriesen@simple.dallas.tx.us> wrote:

tiff4 seems to work well on my usual machine (64-bit linux), but I'm having trouble creating files over 4GB with a 32-bit Windows binary.

Are you using tif_unix.c or tif_win32.c for I/O?

Drat, I'd totally forgotten about that, thank you Bob.

I tried with -DUSE_WIN32_FILEIO and I still get

TIFFAppendToStrip: Maximum TIFF file size exceeded

at the 4gb mark. I'm now wondering if it's a compiler bug (I'm stuck on gcc3.4). More digging!

John