AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
March 2008

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2008.03.03 17:26 "Putting TIFFLIB into Bloodshed's Dev C++", by Andreas Reifenberger
2008.03.03 17:53 "Re: Putting TIFFLIB into Bloodshed's Dev C++", by Bob Friesenhahn
2008.03.03 19:14 "AW: [Tiff] Putting TIFFLIB into Bloodshed's Dev C++", by Andreas Reifenberger
2008.03.03 19:20 "Re: AW: [Tiff] Putting TIFFLIB into Bloodshed's Dev C++", by Bob Friesenhahn

2008.03.03 17:26 "Putting TIFFLIB into Bloodshed's Dev C++", by Andreas Reifenberger

Hi,

 

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