{:soso_e109:}1>HelloWorldScene.obj : error LNK2019: 无法解析的外部符号 “public: __thiscall GLESDebugDraw::GLESDebugDraw(float)” (url),该符号在函数 “public: virtual bool __thiscall HelloWorld::init(void)” (url) 中被引用
1>E:cocos2d-2.0-x-2.0.4cocos2d-2.0-x-2.0.4Debug.win32ox2d_tmp1.win32.exe : fatal error LNK1120: 1 个无法解析的外部命令
只要一添加 m_debugDraw = new GLESDebugDraw( PTM_RATIO );
连接就报错{:soso_e109:}