| 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 |
Thread2010.02.17 15:16 "Re: Using libtiff in Visual C++ 6.0", by Gerben VosHe is not currently using a libtiff DLL, because he implemented TIFF reading and writing from scratch himself. He did download a libtiff DLL from gnuwin32 ( http://gnuwin32.sourceforge.net/packages/tiff.htm ) to see if he could use it, but hasn't succeeded in linking to it. Weichao, you could try to download not just the "Binaries" from there, but also the "Developer files". The lib directory in that zip file contains a libtiff.lib, which might work with MSVC. It also contains the include files like tiff.h that you will need. Gerben. -----Original Message----- From: tiff-bounces@lists.maptools.org [mailto:tiff-bounces@lists.maptools.org] On Behalf Of Edward Lam Sent: Wednesday, 17 February, 2010 15:41 To: Weichao Wang Cc: tiff@lists.maptools.org Subject: Re: [Tiff] Using libtiff in Visual C++ 6.0 Weichao Wang wrote: >> It sounds like you've got libtiff to build and work, the question is >> how to handle compression? > > No. I've implemented the functionalities from scratch in VC++6. > Therefore no compression ability. I just thought that I can use > libtiff as a DLL and use functions as TIFFReadEncodedStrip() etc > without compiling libtiff myself. I'm a bit confused. Where (or how) did you obtain the libtiff DLL that you are currently using? -Edward |
|||||||