| 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 21:42 "Re: MSVC & LibTIFF issues", by Chris Losinger> 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) it could be that you're linking to both the Debug and Release versions of the MS CRT libs. check your project settings and make sure all libraries are set to use the same runtime libs as the EXE (al see the "Use MFC In Dynamic/Static Library" settings. ---- Chris Losinger losinger@earthlink.net smallest@smalleranimals.com http://www.smalleranimals.com |
|||||||