Warning LNK4098 defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library

[Menu > Project > Properties > Configuration Properties > Linker > Input> Ignore Specific Default Libraries] Add 'MSVCRT.lib'

Warning LNK4098 defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
MSVCRT.lib


※ 무엇을 무시해야하는지 알고 싶다면? 다음과 같이 한다. 나의 경우, MSVCRTD.lib과 MSVCRT.lib이 동시에 있었음.
[Menu > Project > Properties > Configuration Properties > Linker > Command Line > Additional Options] Insert '/VERBOSE:LIB'

Warning LNK4098 defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
/VERBOSE:LIB

댓글 쓰기

0 댓글