1>HelloWorldScene.obj : error LNK2019: 无法解析的外部符号 “public: struct spTrackEntry * __thiscall spine::SkeletonAnimation::setAnimation(int,char const *,bool)” (?setAnimation@SkeletonAnimation@spine@@QAEPAUspTrackEntry@@HPBD_N@Z),该符号在函数 “public: virtual bool __thiscall HelloWorld::init(void)” (?init@HelloWorld@@UAE_NXZ) 中被引用
1>HelloWorldScene.obj : error LNK2019: 无法解析的外部符号 “public: __thiscall spine::SkeletonAnimation::SkeletonAnimation(char const *,char const *,float)” (??0SkeletonAnimation@spine@@QAE@PBD0M@Z),该符号在函数 “public: virtual bool __thiscall HelloWorld::init(void)” (?init@HelloWorld@@UAE_NXZ) 中被引用
1>D:\cocos2d-x-2.2.5\projects\spineTest\proj.win32\Debug.win32\spineTest.exe : fatal error LNK1120: 2 个无法解析的外部命令
集成之后出现这些问题? 是为什么 ?
有.h也有.cpp. cpp文件中也对函数进行了实现