error LNK2001: 无法解析的外部符号

前端之家收集整理的这篇文章主要介绍了error LNK2001: 无法解析的外部符号前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

在windows下编译cocos2d-x的程序,出现以下错误

error LNK2001: 无法解析的外部符号 "public: __thiscall cocos2d::ui::Margin::Margin(void)" (??0Margin@ui@cocos2d@@QAE@XZ)
error LNK2001: 无法解析的外部符号 "public: __thiscall cocos2d::ui::Margin::Margin(void)" (??0Margin@ui@cocos2d@@QAE@XZ)
error LNK2001: 无法解析的外部符号 "public: __thiscall cocos2d::ui::Margin::Margin(void)" (??0Margin@ui@cocos2d@@QAE@XZ)

解决方法

项目右键-->属性-->通用属性-->添加新引用,把libGui打上勾。

原文链接:https://www.f2er.com/cocos2dx/338470.html

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