Programming

[펌] VC++ : error LNK2026 해결책

세모아 2015. 3. 5. 00:00

error LNK2026: module unsafe for SAFESEH image.


구 버전에서 작성된 프로젝트를 신 버전으로 가지고 왔을때 가끔 보이는 에러.


해결방법(현재 사용중인 버전 studio 2012)

project property - Linker - commandLine - 하단의 Additional option 아래 텍스트 박스에 /safeseh:no  삽입