2007.08.24 21:08 "[Tiff] A few libtiff4 changes", by Frank Warmerdam

2007.10.18 13:54 "[Tiff] linking in MS Visual Studio 2005", by Jason Tillett

My build fails during linking with

error LNK2001: unresolved external symbol __imp_TIFFWriteEncodedStrip

and more...

I have defined the path to the tiffio.h,
the path to the *.lib files and included defined
in my list of libraries. libtiff.lib

I'm pretty sure that since c_plusplus is defined

that the tiff library functions should not be mangled and I need understanding the decoration with __imp_. help

Thank You