| 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 |
Thread2007.06.15 15:28 "Re: Big tiff port to minGW", by Bob FriesenhahnOn Fri, 15 Jun 2007 tobykaos@free.fr wrote: > > I want to use bigtiff lib, and I test it since Aperio out a 4.0.1. > Then for GCC and msvc no particular problems appears. But for MinGW type __int64 > does not support yet. > Then could you change macros for MinGW in including <stdint.h>, the official C99 > header? The bigtiff development is still underway. MinGW supports 'long long' and 'unsigned long long'. Using <stdint.h> may seem like a good idea, but similar results may be obtained from the configure script in a more portable way since <stdint.h> is not always available. Bob ====================================== Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ |
|||||||