Kay,
It seems you build your solution using both single-threaded static CRT and
multi-threaded CRT. Check /ML, /MT or /MD settings in your projects and
ensure that you are using one version of CRT in libs and apps that consume
the libs.
Thanks,

Signature
Nikola Dudar
Visual C++; // Program Manager
This posting is provided "AS IS" with no warranties, and confers no rights.
>I already specified to ignore specific library:
> MSVCPRT.lib MSVCRT.lib LIBC.lib MSVCRTD.lib LIBCD.lib
[quoted text clipped - 55 lines]
> LINK : warning LNK4098: defaultlib 'LIBCD' conflicts with use of other
> libs; use /NODEFAULTLIB:library