Error lnk2026: module unsafe for safeseh image

前端 未结 3 1910
名媛妹妹
名媛妹妹 2020-12-29 00:57

I got this error when building a sample visual C++ project. First I downloaded 3 sample projects, all solve the same problem, print out all the prime numbers less than N (yo

3条回答
  •  生来不讨喜
    2020-12-29 01:40

    Try to disable SAFESEH.
    

    From spec: /SAFESEH was specified, but a module was not compatible with the safe exception handling feature.

提交回复
热议问题