오류 팁

error LNK1123: failure during conversion to COFF: file invalid or corrupt 에러

fona 2014. 5. 7. 10:12

Error 1 error LNK1123: failure during conversion to COFF: file invalid or corrupt


conversion to coff file invalid or corrupt 에러가 발생 할 경우

Project Properties 
   -> Configuration Properties 
       -> Linker (General) 
          -> Enable Incremental Linking -> "No (/INCREMENTAL:NO)"

 로 설정하면 됀다. 

펌 링크 : http://stackoverflow.com/questions/10888391/error-link-fatal-error-lnk1123-failure-during-conversion-to-coff-file-inval