Hello,
I got some errors when I'm trying to run Spine with Cocos2dx. I am trying to explain what I did.
First of all, I run this command to create new cocos2dx project on terminal.
cocos new MyGame -p com.your_company.mygame -l cpp -d NEW_PROJECTS_DIR
After that, I followed these (https://github.com/EsotericSoftware/spine-runtimes/tree/master/spine-cocos2dx/3) instructions.
As it mentioned, I copied spine-cocos2dx/src/spine, spine-c/include/spine and spine-c/src/spine files to my project. The screenshot below.
Loading Image
And then, I set the header search paths. The screenshot below.
Loading Image
Besides, I run the project, I got 3 errors.
Loading Image
Where did I wrong? Can you help me please?
Thanks