- 本帖最后由 tonyleung815 于 2012-12-21 01:42 编辑 *
安装完VS2012 express后,运行install-templates-msvc.bat,
发现VS里没有预期的cocos2d-win32 Application模板,
查看bat文件内容后发现,只有InstallWizardForVS2012.js, 没有InstallWizardForVC2012Express.js
请问是否不支持VS2012 express?
安装完VS2012 express后,运行install-templates-msvc.bat,
发现VS里没有预期的cocos2d-win32 Application模板,
查看bat文件内容后发现,只有InstallWizardForVS2012.js, 没有InstallWizardForVC2012Express.js
请问是否不支持VS2012 express?
已解决
http://www.cocos2d-x.org/boards/6/topics/16290
Editing InstallWizardForVS2012.js located in . emplatemsvc
Line 92, replace vcprojects with vcprojects_WDExpress then run install-templates-msvc.bat and templates will be installed succesfully in VS 2012 Express.
var strDestFolder = FileSys.BuildPath(strValue, “vcprojects_WDExpress”);