Delete comment from: Pete's Blog
Pete Batard said...
The reason is that your application is going to attempt using a statically linked library with a DLL, and end up with calls that are being defined twice.
You must ensure that your project only ever uses one of /MT or /MD.
Apr 28, 2012, 9:19:38 PM
Posted to error LNK2005: strncmp already defined in LIBCMT.lib(strncmp.obj)