2004.06.29 06:27 "[Tiff] Setting up libtiff in VC++ 6.0", by Mark

2004.06.29 06:27 "[Tiff] Setting up libtiff in VC++ 6.0", by Mark

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.