| 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 |
Thread2004.11.23 21:24 "Re: compatibility patch", by Edward LamHi Bob, If you look at the MSVCRT source, they are basically just wrappers around the Win32 functions used in tif_win32.c anyhow. I would suggest that you take a look yourself at tif_win32.c. I think that tif_win32.c might also be more 64-bit friendly. If we have 4GB issues, they will likely lie more with the fact that t_sizet is defined as int32 instead of uint32. It seems to me that the advantage with tif_win32crt.c is that it has #ifdef's to allow it to be compiled on Unix environments. But if that's the case, then just use a platform-specific driver. Regards, -Edward |
|||||||