-
Notifications
You must be signed in to change notification settings - Fork 22
Description
1> QDraw.cpp
1>d:\cocos2dx\openquick\include\qdraw.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\cocos2dx\openquick\include\qdraw.h(34): warning C4183: 'Q_SCENE_GRAPH_NODE': missing return type; assumed to be a member function returning 'int'
1>d:\cocos2dx\openquick\source\qdraw.cpp(32): error C2061: syntax error : identifier 'CCDrawNode'
1>d:\cocos2dx\openquick\source\qdraw.cpp(33): error C2065: 'CCDrawNode' : undeclared identifier
1>d:\cocos2dx\openquick\source\qdraw.cpp(33): error C2059: syntax error : ')'
1>d:\cocos2dx\openquick\source\qdraw.cpp(45): error C2065: 'CCDrawNode' : undeclared identifier
1>d:\cocos2dx\openquick\source\qdraw.cpp(45): error C2059: syntax error : ')'
1>d:\cocos2dx\openquick\source\qdraw.cpp(51): error C2065: 'CCDrawNode' : undeclared identifier
1>d:\cocos2dx\openquick\source\qdraw.cpp(51): error C2059: syntax error : ')'
1> QAtlas.cpp
1>d:\cocos2dx\openquick\source\qatlas.cpp(38): error C2248: 'cocos2d::CCSpriteFrameCache::CCSpriteFrameCache' : cannot access private member declared in class 'cocos2d::CCSpriteFrameCache'
1> d:\cocos2dx\cocos2dx-2\cocos2dx\sprite_nodes\ccspriteframecache.h(138) : see declaration of 'cocos2d::CCSpriteFrameCache::CCSpriteFrameCache'
1> d:\cocos2dx\cocos2dx-2\cocos2dx\sprite_nodes\ccspriteframecache.h(58) : see declaration of 'cocos2d::CCSpriteFrameCache'