degeneratehyperbola/NEPS

Error

sgamesdev opened this issue · 2 comments

When I am trying too build the dll, i get these 2 errors
image

This issue is due to stupid MSVC update that doesn't allow turning exceptions off anymore.

In the meanwhile

  • Make sure you are editing all configs. This should say "All configurations"
    image
  • Enable exceptions in the project
    image
  • And check preprocessor definitions for _HAS_EXCEPTIONS=0 and remove that definition
    image

It works now , thanks for the fix