AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
April 2005

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2005.04.02 16:16 "MSVC & LibTIFF issues", by Phillip Wiles
2005.04.02 17:18 "Re: MSVC & LibTIFF issues", by Andrey Kiselev
2005.04.02 20:24 "Re: MSVC & LibTIFF issues", by Jean Yves Le Ridant
2005.04.02 21:42 "Re: MSVC & LibTIFF issues", by Chris Losinger

2005.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