« Previous - Version 10/23 (diff) - Next » - Current version
WenSheng Yang, 2011-03-09 22:24


Cocos2d-x Application Wizard for Visual Studio User Guide

0、 Overview

  • Cocos2d-win32's and Cocos2d-wophone's project can be generated by wizard.
  • Wizard support Visual Studio 2008, Visual Studio 2010(0.8.0 or later), Visual C++2008 Express(0.8.0 or later), Visual C++ 2010 Express(0.8.0 or later) .

1、 Frist of all, get cocos2d-x source code from github

2、 Build Cocos2d-x Solution

  1. Build Cocos2d-win32 for win32 platform.
    • The cocos2d-win32.sln is the vc2008 solution for win32.
    • Run Build-win32.bat script to build solution and install application wizard automatically.
  2. Build cocos2d-wophone for wophone platform.
    • If you want build cocos2d-x for wophone, should install wophone sdk first and place Cocos2d-x source code to wophone project directory.
    • For wophone emulator: open cocos2d-wophone.sln and build solution.
    • For wophone device: run build-wophone.sh script.

  • Confirm the binary target.(example with win32)
    1. Cocos2d-win32 binary in the folder named Debug.win32 or Release.win32;
    2. Cocos2d-wohone binary in PRJ_TG3\LIB\Win32Lib.

  • Run HelloWorld and tests(example with win32)

| | |

3、 Install Cocos2d-x Application Wizard to Visual Studio Environment

  • build-win32.bat does this step automatically, skip the section.
  • Run setup script: \template\CCAppWiz.vs\InstallWizardForVS2008.js .

  • Confirm the success notification.

4、 Add New Application Project

| | |
p=.
p=.

5、 Build and Run New Cocos2d-x Project

| | |

cc_setup_js.PNG (6.5 kB) WenSheng Yang, 2011-03-04 22:42

cc_tests_win32.PNG (22.9 kB) WenSheng Yang, 2011-03-04 22:42

cc_build_folder.PNG (28.6 kB) WenSheng Yang, 2011-03-04 22:42

cc_helloworld_win32.PNG (96.2 kB) WenSheng Yang, 2011-03-04 22:42

cc_new_project_binary.PNG (33.4 kB) WenSheng Yang, 2011-03-04 22:42

cc_new_project_location.PNG (26.6 kB) WenSheng Yang, 2011-03-04 22:42

cc_new_project_run.PNG (59.5 kB) WenSheng Yang, 2011-03-04 22:42

cc_add_new_project.PNG (10.3 kB) WenSheng Yang, 2011-03-04 22:48

cc_build_solution.PNG (7.8 kB) WenSheng Yang, 2011-03-04 22:48

cc_new_project_feature.PNG (23.1 kB) WenSheng Yang, 2011-03-04 22:48

cc_setup_js_success.PNG (4.9 kB) WenSheng Yang, 2011-03-04 22:48

cc_new_project_source.PNG (46.5 kB) WenSheng Yang, 2011-03-04 22:51

cc_repository.PNG (10.4 kB) WenSheng Yang, 2011-03-15 01:20