1>HelloWorldScene.obj : error LNK2019: 无法解析的外部符号 "public: static class cocos2d::network::HttpClient * __cdecl cocos2d::network::HttpClient::getInstance(void)" (?getInstance@HttpClient@network@cocos2d@@SAPAV123@XZ),该符号在函数 "public: virtual bool __thiscall HelloWorld::init(void)" (?init@HelloWorld@@UAE_NXZ) 中被引用
1>HelloWorldScene.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall cocos2d::network::HttpClient::send(class cocos2d::network::HttpRequest *)" (?send@HttpClient@network@cocos2d@@QAEXPAVHttpRequest@23@@Z),该符号在函数 "public: virtual bool __thiscall HelloWorld::init(void)" (?init@HelloWorld@@UAE_NXZ) 中被引用
1>HelloWorldScene.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall HelloWorld::onHttpTestRequestCompleted(class cocos2d::network::HttpClient *,class cocos2d::network::HttpResponse *)" (?onHttpTestRequestCompleted@HelloWorld@@QAEXPAVHttpClient@network@cocos2d@@PAVHttpResponse@34@@Z),该符号在函数 "public: virtual bool __thiscall HelloWorld::init(void)" (?init@HelloWorld@@UAE_NXZ) 中被引用
如上错误,三条,加了lib_curl包也不行,求解答