whenever I try to run cl triplex.cpp, it runs but it gives this warning every time anyone has any idea how to solve it?
This is the warning it gives:
warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
Gavin gets the same thing btw.
It’s resolved by compiling with /EHsc
cl triplex.cpp /EHsc
1 Like
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.