2008.02.14 09:28 "[Tiff] libtiff in Borland C++ Builders", by 李宗翰

2008.02.14 09:28 "[Tiff] libtiff in Borland C++ Builders", by 李宗翰

I know there are already a few topics about this question; I still can’t solve my problems by those answers, so here I am asking for helps.

I have a few questions

  1. In the “Tiff for windows “( http://gnuwin32.sourceforge.net/packages/tiff-win32.htm ), can I use the “lib” and “include” along with the “.dll” to make libtiff work under Borland C++ builder (5.0) ? I tried to compile my code, by including (tiff.h . tiffio.h , tiffvers,h , tiffconf.h ) and the libs (libtiff.lib , libtiff-bcc.lib , libtiff.dll.a) from dependencies and developer files , and ends up with “[Linker Error] Unresolved external '_TIFFOpen' referenced from”
  2. How to compile libtiff files (*.c , *.h) into *.lib correctly under Borland C++ builder (5.0)? a dummy guide would be great… since I am one big dummy….
  3. Any other ways to use libtiff with BCB 5.0 or 4.0, even a direction will be great..

Regards

Michael