我新开了一个项目,使用了liblua模块来构建一个lua引擎。
编译没有问题但是却有这个符号重定义的问题
vs2012的错误信息:
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: "public: int __thiscall cocos2d::CCTouch::getID(void)const " (?getID@CCTouch@cocos2d@@QBEHXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: virtual __thiscall cocos2d::CCScriptEngineProtocol::~CCScriptEngineProtocol(void)” (??1CCScriptEngineProtocol@cocos2d@@UAE@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: __thiscall cocos2d::CCScriptEngineProtocol::CCScriptEngineProtocol(void)” (??0CCScriptEngineProtocol@cocos2d@@QAE@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: int __thiscall cocos2d::CCNode::getScriptHandler(void)” (?getScriptHandler@CCNode@cocos2d@@QAEHXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: int __thiscall cocos2d::CCCallFunc::getScriptHandler(void)” (?getScriptHandler@CCCallFunc@cocos2d@@QAEHXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: "public: int __thiscall cocos2d::CCInteger::getValue(void)const " (?getValue@CCInteger@cocos2d@@QBEHXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: "public: float __thiscall cocos2d::CCFloat::getValue(void)const " (?getValue@CCFloat@cocos2d@@QBEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: "public: double __thiscall cocos2d::CCDouble::getValue(void)const " (?getValue@CCDouble@cocos2d@@QBENXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: "public: bool __thiscall cocos2d::CCBool::getValue(void)const " (?getValue@CCBool@cocos2d@@QBE_NXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCTouchScriptHandlerEntry * __thiscall cocos2d::CCLayer::getScriptTouchHandlerEntry(void)” (?getScriptTouchHandlerEntry@CCLayer@cocos2d@@QAEPAVCCTouchScriptHandlerEntry@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCScriptHandlerEntry * __thiscall cocos2d::CCLayer::getScriptKeypadHandlerEntry(void)” (?getScriptKeypadHandlerEntry@CCLayer@cocos2d@@QAEPAVCCScriptHandlerEntry@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCScriptHandlerEntry * __thiscall cocos2d::CCLayer::getScriptAccelerateHandlerEntry(void)” (?getScriptAccelerateHandlerEntry@CCLayer@cocos2d@@QAEPAVCCScriptHandlerEntry@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: int __thiscall cocos2d::CCMenuItem::getScriptTapHandler(void)” (?getScriptTapHandler@CCMenuItem@cocos2d@@QAEHXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: static class cocos2d::CCDouble * __cdecl cocos2d::CCDouble::create(double)” (?create@CCDouble@cocos2d@@SAPAV12@N@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: static class cocos2d::CCBool * __cdecl cocos2d::CCBool::create(bool)” (?create@CCBool@cocos2d@@SAPAV12@_N@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: "public: float __thiscall cocos2d::CCPoint::getLengthSq(void)const " (?getLengthSq@CCPoint@cocos2d@@QBEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: "public: float __thiscall cocos2d::CCPoint::dot(class cocos2d::CCPoint const &)const " (?dot@CCPoint@cocos2d@@QBEMABV12@@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: "public: float __thiscall cocos2d::CCPoint::cross(class cocos2d::CCPoint const &)const " (?cross@CCPoint@cocos2d@@QBEMABV12@@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: "public: class cocos2d::CCPoint __thiscall cocos2d::CCPoint::getPerp(void)const " (?getPerp@CCPoint@cocos2d@@QBE?AV12@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: "public: class cocos2d::CCPoint __thiscall cocos2d::CCPoint::getRPerp(void)const " (?getRPerp@CCPoint@cocos2d@@QBE?AV12@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: "public: class cocos2d::CCPoint __thiscall cocos2d::CCPoint::project(class cocos2d::CCPoint const &)const " (?project@CCPoint@cocos2d@@QBE?AV12@ABV12@@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: "public: class cocos2d::CCPoint __thiscall cocos2d::CCPoint::rotate(class cocos2d::CCPoint const &)const " (?rotate@CCPoint@cocos2d@@QBE?AV12@ABV12@@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: "public: class cocos2d::CCPoint __thiscall cocos2d::CCPoint::unrotate(class cocos2d::CCPoint const &)const " (?unrotate@CCPoint@cocos2d@@QBE?AV12@ABV12@@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCNode * __thiscall cocos2d::CCAction::getTarget(void)” (?getTarget@CCAction@cocos2d@@QAEPAVCCNode@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCNode * __thiscall cocos2d::CCAction::getOriginalTarget(void)” (?getOriginalTarget@CCAction@cocos2d@@QAEPAVCCNode@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: int __thiscall cocos2d::CCAction::getTag(void)” (?getTag@CCAction@cocos2d@@QAEHXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCAction::setTag(int)” (?setTag@CCAction@cocos2d@@QAEXH@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCFiniteTimeAction::getDuration(void)” (?getDuration@CCFiniteTimeAction@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCFiniteTimeAction::setDuration(float)” (?setDuration@CCFiniteTimeAction@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCSpeed::getSpeed(void)” (?getSpeed@CCSpeed@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCSpeed::setSpeed(float)” (?setSpeed@CCSpeed@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: bool __thiscall cocos2d::CCFollow::isBoundarySet(void)” (?isBoundarySet@CCFollow@cocos2d@@QAE_NXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCFollow::setBoudarySet(bool)” (?setBoudarySet@CCFollow@cocos2d@@QAEX_N@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCTouch::setTouchInfo(int,float,float)” (?setTouchInfo@CCTouch@cocos2d@@QAEXHMM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCRect const & __thiscall cocos2d::CCSpriteFrame::getRectInPixels(void)” (?getRectInPixels@CCSpriteFrame@cocos2d@@QAEABVCCRect@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: bool __thiscall cocos2d::CCSpriteFrame::isRotated(void)” (?isRotated@CCSpriteFrame@cocos2d@@QAE_NXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCSpriteFrame::setRotated(bool)” (?setRotated@CCSpriteFrame@cocos2d@@QAEX_N@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCRect const & __thiscall cocos2d::CCSpriteFrame::getRect(void)” (?getRect@CCSpriteFrame@cocos2d@@QAEABVCCRect@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCSize const & __thiscall cocos2d::CCSpriteFrame::getOriginalSizeInPixels(void)” (?getOriginalSizeInPixels@CCSpriteFrame@cocos2d@@QAEABVCCSize@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCSpriteFrame::setOriginalSizeInPixels(class cocos2d::CCSize const &)” (?setOriginalSizeInPixels@CCSpriteFrame@cocos2d@@QAEXABVCCSize@2@@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCSize const & __thiscall cocos2d::CCSpriteFrame::getOriginalSize(void)” (?getOriginalSize@CCSpriteFrame@cocos2d@@QAEABVCCSize@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCSpriteFrame::setOriginalSize(class cocos2d::CCSize const &)” (?setOriginalSize@CCSpriteFrame@cocos2d@@QAEXABVCCSize@2@@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: struct cocos2d::_ccV3F_C4B_T2F_Quad __thiscall cocos2d::CCSprite::getQuad(void)” (?getQuad@CCSprite@cocos2d@@QAE?AU_ccV3F_C4B_T2F_Quad@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: bool __thiscall cocos2d::CCSprite::isTextureRectRotated(void)” (?isTextureRectRotated@CCSprite@cocos2d@@QAE_NXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: unsigned int __thiscall cocos2d::CCSprite::getAtlasIndex(void)” (?getAtlasIndex@CCSprite@cocos2d@@QAEIXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCSprite::setAtlasIndex(unsigned int)” (?setAtlasIndex@CCSprite@cocos2d@@QAEXI@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCRect const & __thiscall cocos2d::CCSprite::getTextureRect(void)” (?getTextureRect@CCSprite@cocos2d@@QAEABVCCRect@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCTextureAtlas * __thiscall cocos2d::CCSprite::getTextureAtlas(void)” (?getTextureAtlas@CCSprite@cocos2d@@QAEPAVCCTextureAtlas@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCSprite::setTextureAtlas(class cocos2d::CCTextureAtlas *)” (?setTextureAtlas@CCSprite@cocos2d@@QAEXPAVCCTextureAtlas@2@@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCPoint const & __thiscall cocos2d::CCSprite::getOffsetPosition(void)” (?getOffsetPosition@CCSprite@cocos2d@@QAEABVCCPoint@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCActionInterval::getElapsed(void)” (?getElapsed@CCActionInterval@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCEaseElastic::getPeriod(void)” (?getPeriod@CCEaseElastic@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCEaseElastic::setPeriod(float)” (?setPeriod@CCEaseElastic@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCAccelDeccelAmplitude::getRate(void)” (?getRate@CCAccelDeccelAmplitude@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCAccelDeccelAmplitude::setRate(float)” (?setRate@CCAccelDeccelAmplitude@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCAccelAmplitude::getRate(void)” (?getRate@CCAccelAmplitude@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCAccelAmplitude::setRate(float)” (?setRate@CCAccelAmplitude@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCDeccelAmplitude::getRate(void)” (?getRate@CCDeccelAmplitude@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCDeccelAmplitude::setRate(float)” (?setRate@CCDeccelAmplitude@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCWaves3D::getAmplitude(void)” (?getAmplitude@CCWaves3D@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCWaves3D::setAmplitude(float)” (?setAmplitude@CCWaves3D@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCWaves3D::getAmplitudeRate(void)” (?getAmplitudeRate@CCWaves3D@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCWaves3D::setAmplitudeRate(float)” (?setAmplitudeRate@CCWaves3D@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCLens3D::getLensEffect(void)” (?getLensEffect@CCLens3D@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCLens3D::setLensEffect(float)” (?setLensEffect@CCLens3D@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCPoint const & __thiscall cocos2d::CCLens3D::getPosition(void)” (?getPosition@CCLens3D@cocos2d@@QAEABVCCPoint@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCPoint const & __thiscall cocos2d::CCRipple3D::getPosition(void)” (?getPosition@CCRipple3D@cocos2d@@QAEABVCCPoint@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCRipple3D::getAmplitude(void)” (?getAmplitude@CCRipple3D@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCRipple3D::setAmplitude(float)” (?setAmplitude@CCRipple3D@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCRipple3D::getAmplitudeRate(void)” (?getAmplitudeRate@CCRipple3D@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCRipple3D::setAmplitudeRate(float)” (?setAmplitudeRate@CCRipple3D@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCLiquid::getAmplitude(void)” (?getAmplitude@CCLiquid@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCLiquid::setAmplitude(float)” (?setAmplitude@CCLiquid@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCLiquid::getAmplitudeRate(void)” (?getAmplitudeRate@CCLiquid@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCLiquid::setAmplitudeRate(float)” (?setAmplitudeRate@CCLiquid@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCWaves::getAmplitude(void)” (?getAmplitude@CCWaves@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCWaves::setAmplitude(float)” (?setAmplitude@CCWaves@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCWaves::getAmplitudeRate(void)” (?getAmplitudeRate@CCWaves@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCWaves::setAmplitudeRate(float)” (?setAmplitudeRate@CCWaves@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCPoint const & __thiscall cocos2d::CCTwirl::getPosition(void)” (?getPosition@CCTwirl@cocos2d@@QAEABVCCPoint@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCTwirl::getAmplitude(void)” (?getAmplitude@CCTwirl@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCTwirl::setAmplitude(float)” (?setAmplitude@CCTwirl@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCTwirl::getAmplitudeRate(void)” (?getAmplitudeRate@CCTwirl@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCTwirl::setAmplitudeRate(float)” (?setAmplitudeRate@CCTwirl@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCWavesTiles3D::getAmplitude(void)” (?getAmplitude@CCWavesTiles3D@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCWavesTiles3D::setAmplitude(float)” (?setAmplitude@CCWavesTiles3D@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCWavesTiles3D::getAmplitudeRate(void)” (?getAmplitudeRate@CCWavesTiles3D@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCWavesTiles3D::setAmplitudeRate(float)” (?setAmplitudeRate@CCWavesTiles3D@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCJumpTiles3D::getAmplitude(void)” (?getAmplitude@CCJumpTiles3D@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCJumpTiles3D::setAmplitude(float)” (?setAmplitude@CCJumpTiles3D@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCJumpTiles3D::getAmplitudeRate(void)” (?getAmplitudeRate@CCJumpTiles3D@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCJumpTiles3D::setAmplitudeRate(float)” (?setAmplitudeRate@CCJumpTiles3D@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCPointArray * __thiscall cocos2d::CCCardinalSplineTo::getPoints(void)” (?getPoints@CCCardinalSplineTo@cocos2d@@QAEPAVCCPointArray@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCCardinalSplineTo::setPoints(class cocos2d::CCPointArray *)” (?setPoints@CCCardinalSplineTo@cocos2d@@QAEXPAVCCPointArray@2@@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: __thiscall cocos2d::CCInteger::CCInteger(int)” (??0CCInteger@cocos2d@@QAE@H@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: static class cocos2d::CCInteger * __cdecl cocos2d::CCInteger::create(int)” (?create@CCInteger@cocos2d@@SAPAV12@H@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: virtual __thiscall cocos2d::CCInteger::~CCInteger(void)” (??1CCInteger@cocos2d@@UAE@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCCamera::setDirty(bool)” (?setDirty@CCCamera@cocos2d@@QAEX_N@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: bool __thiscall cocos2d::CCCamera::isDirty(void)” (?isDirty@CCCamera@cocos2d@@QAE_NXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCScene * __thiscall cocos2d::CCDirector::getRunningScene(void)” (?getRunningScene@CCDirector@cocos2d@@QAEPAVCCScene@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: double __thiscall cocos2d::CCDirector::getAnimationInterval(void)” (?getAnimationInterval@CCDirector@cocos2d@@QAENXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: bool __thiscall cocos2d::CCDirector::isDisplayStats(void)” (?isDisplayStats@CCDirector@cocos2d@@QAE_NXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCDirector::setDisplayStats(bool)” (?setDisplayStats@CCDirector@cocos2d@@QAEX_N@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCEGLView * __thiscall cocos2d::CCDirector::getOpenGLView(void)” (?getOpenGLView@CCDirector@cocos2d@@QAEPAVCCEGLView@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: bool __thiscall cocos2d::CCDirector::isPaused(void)” (?isPaused@CCDirector@cocos2d@@QAE_NXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: unsigned int __thiscall cocos2d::CCDirector::getTotalFrames(void)” (?getTotalFrames@CCDirector@cocos2d@@QAEIXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: enum cocos2d::ccDirectorProjection __thiscall cocos2d::CCDirector::getProjection(void)” (?getProjection@CCDirector@cocos2d@@QAE?AW4ccDirectorProjection@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCTextureAtlas * __thiscall cocos2d::CCSpriteBatchNode::getTextureAtlas(void)” (?getTextureAtlas@CCSpriteBatchNode@cocos2d@@QAEPAVCCTextureAtlas@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCSpriteBatchNode::setTextureAtlas(class cocos2d::CCTextureAtlas *)” (?setTextureAtlas@CCSpriteBatchNode@cocos2d@@QAEXPAVCCTextureAtlas@2@@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCArray * __thiscall cocos2d::CCSpriteBatchNode::getDescendants(void)” (?getDescendants@CCSpriteBatchNode@cocos2d@@QAEPAVCCArray@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: static class cocos2d::CCSpriteBatchNode * __cdecl cocos2d::CCSpriteBatchNode::createWithTexture(class cocos2d::CCTexture2D *)” (?createWithTexture@CCSpriteBatchNode@cocos2d@@SAPAV12@PAVCCTexture2D@2@@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: static class cocos2d::CCSpriteBatchNode * __cdecl cocos2d::CCSpriteBatchNode::create(char const *)” (?create@CCSpriteBatchNode@cocos2d@@SAPAV12@PBD@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: static class cocos2d::CCLayerRGBA * __cdecl cocos2d::CCLayerRGBA::create(void)” (?create@CCLayerRGBA@cocos2d@@SAPAV12@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: bool __thiscall cocos2d::CCMotionStreak::isFastMode(void)” (?isFastMode@CCMotionStreak@cocos2d@@QAE_NXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCMotionStreak::setFastMode(bool)” (?setFastMode@CCMotionStreak@cocos2d@@QAEX_N@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: bool __thiscall cocos2d::CCMotionStreak::isStartingPositionInitialized(void)” (?isStartingPositionInitialized@CCMotionStreak@cocos2d@@QAE_NXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCMotionStreak::setStartingPositionInitialized(bool)” (?setStartingPositionInitialized@CCMotionStreak@cocos2d@@QAEX_N@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: enum cocos2d::CCProgressTimerType __thiscall cocos2d::CCProgressTimer::getType(void)” (?getType@CCProgressTimer@cocos2d@@QAE?AW4CCProgressTimerType@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCProgressTimer::getPercentage(void)” (?getPercentage@CCProgressTimer@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCSprite * __thiscall cocos2d::CCProgressTimer::getSprite(void)” (?getSprite@CCProgressTimer@cocos2d@@QAEPAVCCSprite@2@XZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: bool __thiscall cocos2d::CCProgressTimer::isReverseDirection(void)” (?isReverseDirection@CCProgressTimer@cocos2d@@QAE_NXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCProgressTimer::setReverseDirection(bool)” (?setReverseDirection@CCProgressTimer@cocos2d@@QAEX_N@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCRenderTexture::endToLua(void)” (?endToLua@CCRenderTexture@cocos2d@@QAEXXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: unsigned char * __thiscall cocos2d::CCImage::getData(void)” (?getData@CCImage@cocos2d@@QAEPAEXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: int __thiscall cocos2d::CCImage::getDataLen(void)” (?getDataLen@CCImage@cocos2d@@QAEHXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: bool __thiscall cocos2d::CCImage::hasAlpha(void)” (?hasAlpha@CCImage@cocos2d@@QAE_NXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: bool __thiscall cocos2d::CCImage::isPremultipliedAlpha(void)” (?isPremultipliedAlpha@CCImage@cocos2d@@QAE_NXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: int __thiscall cocos2d::CCNotificationCenter::getScriptHandler(void)” (?getScriptHandler@CCNotificationCenter@cocos2d@@QAEHXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: char const * __thiscall cocos2d::CCTMXObjectGroup::getGroupName(void)” (?getGroupName@CCTMXObjectGroup@cocos2d@@QAEPBDXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCTMXObjectGroup::setGroupName(char const *)” (?setGroupName@CCTMXObjectGroup@cocos2d@@QAEXPBD@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: char const * __thiscall cocos2d::CCTMXMapInfo::getCurrentString(void)” (?getCurrentString@CCTMXMapInfo@cocos2d@@QAEPBDXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCTMXMapInfo::setCurrentString(char const *)” (?setCurrentString@CCTMXMapInfo@cocos2d@@QAEXPBD@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: char const * __thiscall cocos2d::CCTMXMapInfo::getTMXFileName(void)” (?getTMXFileName@CCTMXMapInfo@cocos2d@@QAEPBDXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCTMXMapInfo::setTMXFileName(char const *)” (?setTMXFileName@CCTMXMapInfo@cocos2d@@QAEXPBD@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: char const * __thiscall cocos2d::CCTMXLayer::getLayerName(void)” (?getLayerName@CCTMXLayer@cocos2d@@QAEPBDXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCTMXLayer::setLayerName(char const *)” (?setLayerName@CCTMXLayer@cocos2d@@QAEXPBD@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: float __thiscall cocos2d::CCScheduler::getTimeScale(void)” (?getTimeScale@CCScheduler@cocos2d@@QAEMXZ) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: void __thiscall cocos2d::CCScheduler::setTimeScale(float)” (?setTimeScale@CCScheduler@cocos2d@@QAEXM@Z) 已经在 AppDelegate.obj 中定义
1>libcocos2d.lib(libcocos2d.dll) : error LNK2005: “public: class cocos2d::CCScriptEngineProtocol * __thiscall cocos2d::CCScriptEngineManager::getScriptEngine(void)” (?getScriptEngine@CCScriptEngineManager@cocos2d@@QAEPAVCCScriptEngineProtocol@2@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: bool __thiscall cocos2d::CCGridBase::isActive(void)” (?isActive@CCGridBase@cocos2d@@QAE_NXZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: "public: class cocos2d::CCObject * __thiscall cocos2d::CCDictElement::getObject(void)const " (?getObject@CCDictElement@cocos2d@@QBEPAVCCObject@2@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: unsigned int const __thiscall cocos2d::CCGLProgram::getProgram(void)” (?getProgram@CCGLProgram@cocos2d@@QAE?BIXZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: virtual __thiscall cocos2d::CCActionTweenDelegate::~CCActionTweenDelegate(void)” (??1CCActionTweenDelegate@cocos2d@@UAE@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: __thiscall cocos2d::CCActionTweenDelegate::CCActionTweenDelegate(void)” (??0CCActionTweenDelegate@cocos2d@@QAE@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: class cocos2d::CCObject & __thiscall cocos2d::CCObject::operator=(class cocos2d::CCObject const &)” (??4CCObject@cocos2d@@QAEAAV01@ABV01@@Z) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: __thiscall cocos2d::CCBlendProtocol::CCBlendProtocol(void)” (??0CCBlendProtocol@cocos2d@@QAE@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: "public: char const * __thiscall cocos2d::CCDictElement::getStrKey(void)const " (?getStrKey@CCDictElement@cocos2d@@QBEPBDXZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: static class cocos2d::CCFloat * __cdecl cocos2d::CCFloat::create(float)” (?create@CCFloat@cocos2d@@SAPAV12@M@Z) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: __thiscall cocos2d::CCLabelAtlas::CCLabelAtlas(void)” (??0CCLabelAtlas@cocos2d@@QAE@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: virtual __thiscall cocos2d::CCLabelAtlas::~CCLabelAtlas(void)” (??1CCLabelAtlas@cocos2d@@UAE@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: "public: float __thiscall cocos2d::CCPoint::getLength(void)const " (?getLength@CCPoint@cocos2d@@QBEMXZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: "public: class cocos2d::CCPoint __thiscall cocos2d::CCPoint::normalize(void)const " (?normalize@CCPoint@cocos2d@@QBE?AV12@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: __thiscall cocos2d::CCTextFieldDelegate::CCTextFieldDelegate(void)” (??0CCTextFieldDelegate@cocos2d@@QAE@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: virtual void __thiscall cocos2d::CCTextFieldTTF::setDelegate(class cocos2d::CCTextFieldDelegate *)” (?setDelegate@CCTextFieldTTF@cocos2d@@UAEXPAVCCTextFieldDelegate@2@@Z) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: "public: virtual int __thiscall cocos2d::CCTextFieldTTF::getCharCount(void)const " (?getCharCount@CCTextFieldTTF@cocos2d@@UBEHXZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: class tinyxml2::XMLElement * __thiscall tinyxml2::XMLNode::FirstChildElement(char const *)” (?FirstChildElement@XMLNode@tinyxml2@@QAEPAVXMLElement@2@PBD@Z) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: class tinyxml2::XMLElement * __thiscall tinyxml2::XMLNode::NextSiblingElement(char const *)” (?NextSiblingElement@XMLNode@tinyxml2@@QAEPAVXMLElement@2@PBD@Z) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: "public: enum tinyxml2::XMLError __thiscall tinyxml2::XMLElement::QueryIntAttribute(char const *,int *)const " (?QueryIntAttribute@XMLElement@tinyxml2@@QBE?AW4XMLError@2@PBDPAH@Z) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: "public: enum tinyxml2::XMLError __thiscall tinyxml2::XMLElement::QueryBoolAttribute(char const *,bool *)const " (?QueryBoolAttribute@XMLElement@tinyxml2@@QBE?AW4XMLError@2@PBDPA_N@Z) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: "public: enum tinyxml2::XMLError __thiscall tinyxml2::XMLElement::QueryFloatAttribute(char const *,float *)const " (?QueryFloatAttribute@XMLElement@tinyxml2@@QBE?AW4XMLError@2@PBDPAM@Z) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: class tinyxml2::XMLElement * __thiscall tinyxml2::XMLDocument::RootElement(void)” (?RootElement@XMLDocument@tinyxml2@@QAEPAVXMLElement@2@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: __thiscall cocos2d::CCThread::CCThread(void)” (??0CCThread@cocos2d@@QAE@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: __thiscall cocos2d::CCAccelerometerDelegate::CCAccelerometerDelegate(void)” (??0CCAccelerometerDelegate@cocos2d@@QAE@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: __thiscall cocos2d::CCKeypadDelegate::CCKeypadDelegate(void)” (??0CCKeypadDelegate@cocos2d@@QAE@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: __thiscall cocos2d::CCTouchDelegate::CCTouchDelegate(void)” (??0CCTouchDelegate@cocos2d@@QAE@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: virtual __thiscall cocos2d::CCTouchDelegate::~CCTouchDelegate(void)” (??1CCTouchDelegate@cocos2d@@UAE@XZ) 已经在 AppDelegate.obj 中定义
1>libCocosDenshion.lib(libCocosDenshion.dll) : error LNK2005: “public: __thiscall cocos2d::CCActionEase::CCActionEase(void)” (??0CCActionEase@cocos2d@@QAE@XZ) 已经在 AppDelegate.obj 中定义
1> 正在创建库 E:\helloGame\testCocos_actions\Debug\testCocos_actions.lib 和对象 E:\helloGame\testCocos_actions\Debug\testCocos_actions.exp
1>E:\helloGame\testCocos_actions\Debug\testCocos_actions.exe : fatal error LNK1169: 找到一个或多个多重定义的符号
我的项目依赖库:
kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;libcocos2d.lib;libExtensions.lib;opengl32.lib;glew32.lib;libBox2d.lib;libchipmunk.lib;libCocosDenshion.lib;liblua.lib;lua51.lib;pthreadVCE2.lib;websockets.lib;%(AdditionalDependencies)
我只使用libcocos2dx是没有问题的。
知道这个问题的朋友回答我一下,谢谢!