22 Ocak 2019 Salı

Error LNK2026 module unsafe for SAFESEH image. ve LNK1104: cannot open file libc.lib çözümleri


Error LNK2026 module unsafe for SAFESEH image.

Right-click on your project ->
Properties -> 
Configuration Properties ->
Linker ->
Advanced and changed "Image Has Safe Exception Handlers" to "No (/SAFESEH:NO)"

LNK1104: cannot open file libc.lib 

Project Property -> Configuation Properties -> Linker -> Input -> Ignore Specific Library
Ignore the LIBC.LIB
Share: