到目前为止,我一直在运行 cocos2dx 版本 1.0.1-x-0.11.0 并且有一个小项目运行良好。我需要升级到最新版本,cocos2d-2.0-x-2.0.4。这样做的正确方法是什么?我不想 A. 搞砸我的项目。B. 最终得到 2 个不同版本的 cocos2dx
我可以下载并用新的 cocos2dx 文件夹替换旧的文件夹吗?任何帮助表示赞赏。
谢谢。
编辑:我实际上下载了最新版本并尝试单独设置。我运行了 build_win32.bat 并运行了一段时间后打开了测试应用程序。然后我打开了 vs2010.sln 并尝试添加一个新项目,但它抛出了包含错误。
Error 3 error C1083: Cannot open include file: 'CCApplication.h': No such file or directory c:\cocos2d-2.0-x-2.0.4\chilra\classes\appdelegate.h 4 1 Chilra.win32
Error 2 error C1083: Cannot open include file: 'CCPlatformDefine.h': No such file or directory c:\cocos2d-2.0-x-2.0.4\cocos2dx\platform\ccplatformmacros.h 32 1 Chilra.win32
Error 1 error C1083: Cannot open include file: 'CCStdC.h': No such file or directory c:\cocos2d-2.0-x-2.0.4\chilra\win32\main.h 11 1 Chilra.win32