| 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 |
Thread2009.03.31 14:25 "Problem with Libtiff 3.8.2", by Tony DartHello I am trying to write a tiff reading program under Windows. I downloaded GnuWin32 LibTiff and tools and checked that the exe files worked. I copied the headers from the include directory to the include directory of the compiler (MinGW 3.4.5), the lib files to C:\mingw\lib, and the .dlls to C:\mingw\bin. However, if I try to include tiffio.h I get a compiler error of "no such file or directory". If I include the full path to the file it finds it eg #include <stdio.h> #include <C:\mingw\include\tiffio.h> // works #include <tiffio.h> // doesn't work I then get loads of undefined referencrs which normally are solved by a link to therelevant library in the compilation command line eg g++ test.cpp -o test.exe -L/C:/mingw/lib/libtiff.lib but no joy this time. Any thoughts on how to get this working would be deeply appreciated. Regards Tony __________ Information from ESET Smart Security, version of virus signature database 3946 (20090318) __________ The message was checked by ESET Smart Security. http://www.eset.com |
|||||||