+ Reply to Thread
Results 1 to 20 of 44
How to make simple app?
This is a discussion on How to make simple app? within the Modding & Development forums, part of the Meizu M8 category; firstly, i really dont know what im talking about here, i just wondered would it be hard to make an ...
-
08-01-2009 #1Passing By
- Join Date
- Jun 2009
- Location
- Estonia
- Posts
- 7
- Thanks
- 2
Thanked 0 Times in 0 Posts
How to make simple app?
firstly, i really dont know what im talking about here, i just wondered would it be hard to make an app for twitter or stmh. I would like to try but i dont know even where to start and everything else, so can anyone tell me if its possible and maybe not so hard.
-
08-01-2009 #2Valued Member
- Join Date
- Aug 2008
- Location
- Belgium
- Posts
- 2,434
- Thanks
- 127
Thanked 189 Times in 130 Postsmooses,
how hard it will be depends on how fast you learn.
things that will come in handy;
* Ms visual studio 2005 / 2008 / 2010
* Meizu sdk
* .NET framework
* windows ce embedded 6
ofcourse you will need to update all the software you installed.
To get started with programming do some research on google:
goodluck.hello world
-
Member who thanked evow04 for the post:
-
08-03-2009 #3Passing By
- Join Date
- Jun 2009
- Location
- Estonia
- Posts
- 7
- Thanks
- 2
Thanked 0 Times in 0 PostsOkey, thanks a lot, ill try then :D
-
08-03-2009 #4Passing By
- Join Date
- Jun 2009
- Location
- Estonia
- Posts
- 7
- Thanks
- 2
Thanked 0 Times in 0 Posts
-
08-03-2009 #5Valued Member
- Join Date
- Aug 2008
- Location
- Belgium
- Posts
- 2,434
- Thanks
- 127
Thanked 189 Times in 130 PostsThat is what you will need ;-)
btw you could have a look here :
Meizu M8 Application Development Wizard - Home
-
-
09-03-2009 #6Member
- Join Date
- Oct 2007
- Location
- Barcelona (Spain)
- Posts
- 262
- Thanks
- 118
Thanked 67 Times in 32 PostsAnybody knows how to make a new project for M8 with VS2005 Pro?
I have everything needed installed, but I can't find where to start new project... :S
And... in a M8 VS project, there are any visual editor to see where to place buttons, etc?
-
09-04-2009 #7Member
- Join Date
- Oct 2007
- Location
- Barcelona (Spain)
- Posts
- 262
- Thanks
- 118
Thanked 67 Times in 32 PostsPlease, if anybody can help me...I have basic skills of C, C++ and Java programming, and I'm very interested in develop applications for the M8...
But I don't know how to create a project!!
xD (yes, sad but true xDD)
-
09-15-2009 #8
hi
I have instaled on my pc visual studio 2008 and source code, but when i try install m8sdk, show me 2 erros almost in the end of instalation :S
So she rollback and dont install.
someone know the cause of this?
thanks
Last edited by espinha; 09-15-2009 at 03:25 PM.
-
09-15-2009 #9Member
- Join Date
- Oct 2007
- Location
- Barcelona (Spain)
- Posts
- 262
- Thanks
- 118
Thanked 67 Times in 32 PostsWhat version of Visual Studio did you installed?
Maybe is that the problem...
-
09-15-2009 #10Member
- Join Date
- Apr 2009
- Posts
- 230
- Thanks
- 18
Thanked 26 Times in 19 Posts@espinha
when installing you have to disable the documentation then the installation finishes properly
-
09-15-2009 #11
version 9.0.21
lilM8 Disable the documentation? :S
-
09-15-2009 #12Valued Member
- Join Date
- Aug 2008
- Location
- Belgium
- Posts
- 2,434
- Thanks
- 127
Thanked 189 Times in 130 PostsIf i understand lilM8 correctly ,
(s)he is meaning to remove the documentation files when you need to select what packages will be installed with The SDK.
An other good idea is to upgrade your windows / VS2008 and make sure you have the latest SDK for m8
ps you can also have a look here :
http://m8apptemplate.codeplex.com/
Project Description
Meizu M8 Application Development Wizard
News
The 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/ALast edited by evow04; 09-15-2009 at 07:02 PM.
-
Member who thanked evow04 for the post:
-
09-15-2009 #13Member
- Join Date
- Apr 2009
- Posts
- 230
- Thanks
- 18
Thanked 26 Times in 19 Posts
-
09-15-2009 #14
sucess
and now, to create a new project is
New project > Smart Device | Device application ?
i want make a simple aplication for meizu with Visual Basic :X
-
09-16-2009 #15Valued Member
- Join Date
- Aug 2008
- Location
- Belgium
- Posts
- 2,434
- Thanks
- 127
Thanked 189 Times in 130 Postssomewhere in the "new" option field you should see a notice that points to meizu/m/sdk...
if you want a basic starting point try to do a hello world..
maybe this clip could help you understanding
-
Member who thanked evow04 for the post:
-
09-16-2009 #16Valued Member
- Join Date
- Mar 2009
- Location
- Vienna, Austria
- Posts
- 1,706
- Thanks
- 54
Thanked 269 Times in 146 Postshere are some tuts...
Google Translate
-
Member who thanked rori for the post:
-
09-25-2009 #17Junior Member
- Join Date
- Aug 2009
- Posts
- 56
- Thanks
- 8
Thanked 6 Times in 4 Posts
-
09-25-2009 #18Member
- Join Date
- Apr 2009
- Posts
- 230
- Thanks
- 18
Thanked 26 Times in 19 Postsyou have to add
#include "stdafx.h"
-
09-25-2009 #19Senior Member
- Join Date
- Sep 2009
- Posts
- 380
- Thanks
- 3
Thanked 138 Times in 53 Posts1 Install Visual Studio 2008 (professional)with support for intelligent devices
2 download the meizu sdk
3 open a sample, compile run.
thats all and that works for me like a charm (it even isntall a m8 emulator to run the programs on your pc)
I think its the intelligent devices part that ou missed. Try look in the installation in custom install dialog
-
Member who thanked r3wDy for the post:
-
09-25-2009 #20Junior Member
- Join Date
- Aug 2009
- Posts
- 56
- Thanks
- 8
Thanked 6 Times in 4 Posts
Similar Threads
-
Simple Timer
By rori in forum M8 ApplicationsReplies: 4Last Post: 05-26-2009, 01:30 PM -
Simple Blue 1.0 - for FW 2.004.3
By stranded in forum Modifications and SkinsReplies: 23Last Post: 06-06-2008, 01:51 PM -
Simple ID3 Tag Editor
By aquatint in forum General Meizu M6Replies: 5Last Post: 12-11-2007, 10:50 PM -
Simple question about DFU
By WinniePooh in forum TechnicalReplies: 2Last Post: 05-14-2007, 08:34 AM -
[Skin] Livecinema.nl 2.003.2 (simple)
By juba in forum Modifications and SkinsReplies: 4Last Post: 05-04-2007, 03:26 AM



Reply With Quote


Let me check that.
