| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2005.04.02 20:24 "Re: 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 |
|||||||