关于cocos2d-x编译时出现: lnk4075 ignoring '/editandcontinue' due to '/safeseh' specification情况解决

前端之家收集整理的这篇文章主要介绍了关于cocos2d-x编译时出现: lnk4075 ignoring '/editandcontinue' due to '/safeseh' specification情况解决前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

今天使用cocos2d-x3.6版本编译时,编译报错,lnk4075 ignoring '/editandcontinue' due to '/safeseh' specification,险些一口老血吐出来.

经过网上查证,可以通过进入vs界面,点击报错的项目,然后右击->properties->Linker->Advanced,在某个选项中选择No (/SAFESEH:NO),选项名字太长,直接上图


之后再编译就O了,

猜你在找的Cocos2d-x相关文章