| 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.24 18:37 "Re: compatibility patch", by Andrey KiselevOn Wed, Nov 24, 2004 at 09:45:58AM -0500, Frank Warmerdam wrote: > > > > But what a problem with the standard tif_win32.c? Your new > > > > tif_win32crt.c will be not portable anyway and specific for > > > > Windows. > > > > As stated in the patch, the problem with the standard tif_win32.c is > > that I can't make the following call from a windows application: > > > > fp = fopen( "foo.tif", "rb") > > TIFFFdOpen(fileno(fp),"r"); > > It seems to me I have often accidentally or on purpose used tif_unix.c > on win32 and it worked fine. Wouldn't it be less complication just to > continue ensuring that the tif_unix.c will work fine on win32 if > selected to compile in? Frank, I have intention to use the plain tif_unix.c instead of tif_win32crt.c. It should work with a small modifications (#include <io.h> etc.) Andrey -- Andrey V. Kiselev Home phone: +7 812 5970603 ICQ# 26871517 |
|||||||