2005.04.02 16:16 "[Tiff] MSVC & LibTIFF issues", by Phillip Wiles

2005.04.02 20:24 "Re: [Tiff] MSVC & LibTIFF issues", by Jean Yves Le Ridant

I am getting the following errors when I try to compile:

MSVCRT.lib(MSVCRT.dll) : error LNK2005: _strncmp already defined in LIBCMTD.lib(strncmp.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _sprintf already defined in LIBCMTD.lib(sprintf.obj)

Try a /NOD or /NODEFAULTLIBRARY:LIBCMTD in "additionnal link parameter" or LIBCMTD in field "Ignore default library" of the build option tab for linking.

Jean-Yves