오류 팁
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)"
로 설정하면 됀다.