We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Update some dependency C++ lib to vc++2012
Update some dependency C++ lib to vc++2012
Feature #2866 [Closed]
Redmine issue system is closed, we are using github issue system instead.
This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8226
In cocos2d-x 2.2 framework,there are some c*+ lib are complied by vc*+ 2010,such as icudt.dll,libEGL.dll libGLESv2.dll,so I have to install vc*+ 2010 runtime to make sure cocos2d-x run normal on windows even though I have used vs2012,it makes CocoStudio setup package have to include both vc*+ 2010 runtime and vc*+ 2012 runtime.So can we update these lib to vc*+ 2012?