
cocos2d-x
聪明的一休丶
我是无所不能的程序猿
展开
-
cocos2d-x3.0的touch事件
cocos2d-x3.0 变化不小 弃用了oc的命名规则 还有一种新的写法 lambda (在最后)// v2.2 v3.0 CCDirector Director CCLayer Layer CCScene Scene CCSprite S原创 2015-01-30 13:54:36 · 453 阅读 · 0 评论 -
error LNK2019: 无法解析的外部符号
1>MenuScene.obj : error LNK2019: 无法解析的外部符号 "public: static class PopupLayer * __cdecl PopupLayer::create(char const *)" (?create@PopupLayer@@SAPAV1@PBD@Z),该符号在函数 "private: void __thiscall MenuScene::p原创 2015-03-09 19:59:20 · 10148 阅读 · 2 评论 -
error LNK2001: 无法解析的外部符号 "class cocos2d::Vec2 const cocos2d::CCPointZero" (?CCPointZero@cocos2d@@3VV
plate->setAnchorPoint(CCPointZero);改成:plate->setAnchorPoint(ccp(0,0));原创 2015-03-09 21:17:32 · 3692 阅读 · 2 评论