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
June 2004

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

2004.06.29 06:27 "Setting up libtiff in VC++ 6.0", by <magneto223@yahoo.com.sg>
2004.07.08 21:01 "Re: Setting up libtiff in VC++ 6.0", by Larry Grill

2004.06.29 06:27 "Setting up libtiff in VC++ 6.0", by <magneto223@yahoo.com.sg>

Can someone show me the proper steps to setup libtiff for use in Visual C++
6.0?
 
textiff.obj : error LNK2001: unresolved external symbol __TIFFfree
textiff.obj : error LNK2001: unresolved external symbol _ceilf
textiff.obj : error LNK2001: unresolved external symbol _logf
textiff.obj : error LNK2001: unresolved external symbol _TIFFRGBAImageEnd
textiff.obj : error LNK2001: unresolved external symbol _TIFFError
textiff.obj : error LNK2001: unresolved external symbol _TIFFRGBAImageGet
textiff.obj : error LNK2001: unresolved external symbol __TIFFmalloc
textiff.obj : error LNK2001: unresolved external symbol _TIFFRGBAImageBegin
textiff.obj : error LNK2001: unresolved external symbol _TIFFOpen
 
I tried downloading all the neccesary source, library files but still end up
with the above errors.  Please help.  Thank you.