Resolving LNK4098: defaultlib ‘MSVCRT’ conflicts with

This warning: LINK : warning LNK4098: defaultlib ‘MSVCRT’ conflicts with use of other libs; use /NODEFAULTLIB:library is a fairly common warning in Visual Studio. I’d like to understand the exact reason for it and the right way (if at all) to handle it. This comes up in a debug build, compiled with /MDd. The project … Read more