这个错话中有话吴误是说明你没有允许C++异常,而你的程序中又使用的它。解决方法是在Project-> Setting-> C/C++ 的Project Options 中加入/GX即可
warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify -GX
最新推荐文章于 2024-06-18 20:46:44 发布
这个错话中有话吴误是说明你没有允许C++异常,而你的程序中又使用的它。解决方法是在Project-> Setting-> C/C++ 的Project Options 中加入/GX即可