| 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 15:01 "Re: Problem with Libtiff 3.8.2", by Edward LamAre you sure tiffio.h resides in the same directory as stdio.h? -Edward Tony Dart wrote: > Hello > > 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 > > > ------------------------------------------------------------------------ > > _______________________________________________ > Tiff mailing list: Tiff@lists.maptools.org > http://lists.maptools.org/mailman/listinfo/tiff > http://www.remotesensing.org/libtiff/ |
|||||||