Project DescriptionMeizu M8 Application Development Wizard
NewsThe version R2.0's source code is available to download.
Introduction:This is the Meizu M8 mobile phone Windows application development wizard for Visual Studio 2008. it includes:
- A ready-for-compiling skeleton code of M8 mobile phone application;
- Configured all additional libraries that is needed to build M8 application;
- Configured that the library are linked statically.
System Requirement:
- A copy of Visual Studio 2008 is installed on the computer
- A copy of Meizu M8SDK is installed on the computer
How to Install:
- Download the lastest source code from "Source Code";
- Unzip the downloaded source code zip file to a directory;
- Copy the subdirectory "M8AppWizard" to Visual C 2009 Installed Directory\VCWizard;
- Copy the files "M8AppWizard.ico", "M8AppWizard.vsdir", "M8AppWizard.vsz" to Visual C 2009 Installed Directory\vcprojects;
- Done;
*How to Use:"
- Start up Visual Studio 2009;
- Click "File -> New -> Project...";
- In "New Project" dialog, choose the project type "Visual C++ -> "M8 Windows Application Wizard";
- Fill the "Name:", "Location:", "Solution Name:" if necessary ,and then click OK Button;
- A framework of M8 Windows application project will be generated for you;
- You can now press F5 to compile and run it without any change;
- Fill your code into the project to generate you own program;
- Enjoy it!
Fixed Issues:N/A
Known Issues: