| 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 |
Thread2005.08.24 19:38 "Re: win32 libtiff", by Andrey KiselevOn Wed, Aug 24, 2005 at 02:23:40PM -0500, Mark R. Olin wrote: > I did some footwork before downloading libtiff, since I anticipated > that there might be issues with win32 vs. unix versions. If you go to > the following page > > http://gnuwin32.sourceforge.net/packages/tiff-win32.htm , That is not a home of libtiff, but rather a home of one of the win32 library builds. > The GnuWin32 distribution comes in two versions. The ordinary version > uses the standard Unix equivalents, such as fopen and read, for input > and output, the other version (Tiff-win32) uses the Win32 API > functions, such as CreateFile and ReadFile, for input and output. The > ordinary version (Tiff) is more suitable for porting Unix programs, > the Win32-API version is more suitable for writing Win32 programs. Modern libtiff can be built using different I/O interfaces. Both open/read and OpenFile/ReadFile interfaces can be used in your build (switched with the USE_WIN_CRT_LIB option in nmake.opt file). I am recommend using open/read calls (USE_WIN_CRT_LIB is on). You can search the mailing list archive for discussion on this topic. > Homepage > > http://www.remotesensing.org/libtiff > > (but as of this writing, the homepage link appears to be a broken link) Huh, it doesn't work right now too! Problem with our server again... > Andrey, may I assume from your question/statements below that I can > begin using the 3.7.3 distribution for use with win32 compilers? You definetely should use the latest version, because 3.6.1 is quit old. Andrey -- Andrey V. Kiselev Home phone: +7 812 5970603 ICQ# 26871517 |
|||||||