| 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 |
Thread2008.03.03 17:26 "Putting TIFFLIB into Bloodshed's Dev C++", by Andreas ReifenbergerHi, i've got several problems while including the TiffLib to bloodshed's dev c++ running windows Vista. Bloodshed does have a update-funktion included, with which I could download and install TiffLib automatically. After compiling codes (e.g. this code here: http://www.remotesensing.org/libtiff/libtiff.html#tiffrgbaimage), I get these error messages: [Linker error] undefined reference to `TIFFOpen' [Linker error] undefined reference to `TIFFSetField' [Linker error] undefined reference to `TIFFSetField' [Linker error] undefined reference to `TIFFSetField' [Linker error] undefined reference to `TIFFSetField' [Linker error] undefined reference to `TIFFSetField' more undefined references to `TIFFSetField' follow [Linker error] undefined reference to `TIFFWriteEncodedStrip' [Linker error] undefined reference to `TIFFClose' ld returned 1 exit status The same happens, if I include \tiff-3.8.2\libtiff\tiffio.h by #include "." instead of using #include <.>. I used to add all the Files within the \tiff-3.8.2\libtiff-folder to my bloodshed-project and compile this hole thing, but this didn't work, neither. Here, I get compiling errors within the c-files, which I guess should not happen :> So maybe someone could tell me what I am doing wrong? Thanks for that, Andreas Reifenberger |
|||||||