+ Reply to Thread
Results 1 to 7 of 7
[HowTo] Building Apps with Meizu SDK
This is a discussion on [HowTo] Building Apps with Meizu SDK within the Meizu M8 Android forums, part of the M8 Firmware category; Since there were several questions about VS and Meizu SDK in the last time, i will sum up how to ...
-
02-04-2010 #1
[HowTo] Building Apps with Meizu SDK
Since there were several questions about VS and Meizu SDK in the last time, i will sum up how to start a project with the Meizu SDK.
You need:
Visual C++ 2005 or higher (Express Version is not working)
Meizu SDK
Installation:
Install Visual C++ normally
Install Meizu SDK without Doku
Create a new Project:
File - New - Project - Win32 Smart Device
Select M8SDK in configuration wizard.
Configuration:
Project - Poperties - Linker - Input - Additional Dependencies
add mzfc.lib for interface
add platformapi.lib for hardware support
add phoneadapter.lib for GPRS support
Using SDK-Libs:
Meizu M8 SDK Documentation
or C:\Program Files\Windows CE Tools\wce600\M8SDK\Samples
Debug:
M8SDK ARMV4 Device (use ActiveSync to test on your Device)
Emulator: M8SDK Emulator
Creating a Cab with icon:
Reg-Settings for Desktopicon:
[HKEY_LOCAL_MACHINE\SOFTWARE\Meizu\MiniOneShell\Mai n\Your Application Name]
"DisplayName" = "Name";
"ExecFileName" = "app.exe";
"ProgramID" = "{52D0E792-4A35-4619-80B0-9204156D6F74}"; - Create with Tools - Generate GUI
"DefaultIcon"= "icon.png";
"Order"=dword:1; - Position on Desktop"Page"=dword:1; - Desktop-NumberLast edited by crimson05; 05-15-2010 at 06:04 PM.
-
-
02-04-2010 #2Valued Member
- Join Date
- Aug 2008
- Location
- Belgium
- Posts
- 2,434
- Thanks
- 127
Thanked 189 Times in 130 Postscool!
that´s a nice howto! thank you very much for it.
Now i can only hope that the sdk info from ??????? gets available in english.
-
03-17-2010 #3Valued Member
- Join Date
- Aug 2009
- Location
- Birmingham
- Posts
- 873
- Thanks
- 51
Thanked 72 Times in 49 PostsHey guys, I know its a bit offtopic but wanted to ask if someone could create something like this?
Meizu M8 and skyfire play facebook game !! (Pet ville) | PetVille Guide & Help
Its a mod for m8 made by Russian programmer, it is modificated FW with a package of programs inside and you dont need to spend time on installing all again, just install FW, choose all needed programs and thats all.. It could really improve meizu
-
04-05-2010 #4Passing By
- Join Date
- Apr 2010
- Location
- Harbin
- Posts
- 2
- Thanks
- 0
Thanked 0 Times in 0 PostsCrimson05 - so we have to buy Visual Studio C++ since the Express version does not work?
-
04-06-2010 #5
*never mind fixed*
Last edited by Silphx; 04-06-2010 at 06:01 PM. Reason: problem fixed
-
04-06-2010 #6
when debugging is it possible to test on newer releases of the firmware inside m8emulator?
-
10-01-2010 #7Member
- Join Date
- Nov 2009
- Posts
- 176
- Thanks
- 42
Thanked 12 Times in 7 Posts
I also want to make apps, so I downloaded Visual Studio 2010 Professional Trial, but Meizu SDK didn't found it, so I couldn't install it.
So I'm searching for a Visual C++ 2005 Professional version, but I can't find one.
Can anyone help me?
Similar Threads
-
errors building blank m8 template in visual studio
By patrickmeizume in forum Modding & DevelopmentReplies: 3Last Post: 02-03-2010, 08:27 PM -
Building a Complete Theme
By cybermessiah in forum M8 Skinning & ThemesReplies: 3Last Post: 10-01-2009, 11:33 PM -
convert iPhone-apps to M8-apps
By iceman#1 in forum M8 ApplicationsReplies: 3Last Post: 06-15-2009, 01:22 PM -
HOWTO: Maps with Meizu
By member in forum Video and ImagingReplies: 37Last Post: 10-19-2008, 09:52 AM -
Meizu Tech Building Design Inspiration?
By Err0r in forum General ChatReplies: 2Last Post: 12-25-2007, 04:23 PM



Reply With Quote
