'VS 2010/Error & Warning'에 해당되는 글 2건

properties - c/c++ - command line


add  /D "_CRT_SECURE_NO_DEPRECATE"

'VS 2010 > Error & Warning' 카테고리의 다른 글

LNK4098  (0) 2013.03.08
블로그 이미지

mind10

,

LNK4098

VS 2010/Error & Warning 2013. 3. 8. 13:41

LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library

위와같은 경고 발생시..

Properties -> Linker -> Commander Line 

 : /NODEFAULTLIB:library_name


or 


Properties -> Linker -> Input -> Ignore Specific default Libraries 

-> Ignore libraries에 Lib_name 을 삽입해준다.

'VS 2010 > Error & Warning' 카테고리의 다른 글

Warning C4996  (0) 2014.06.13
블로그 이미지

mind10

,