Connecting Tech Pros Worldwide Help | Site Map

make a software (hello world)

  #1  
Old September 4th, 2008, 11:23 AM
Newbie
 
Join Date: Mar 2007
Posts: 4
Hello everybody

I am new in mobile development and i want make a simple software for a real mobile not emulator or simulator (nokia or anything else).

can anybody tell me how can stared. I use Visual studio 2005 C#, Borland 2006 C++ and NetBeans 4.1 and 6 (Java).

Thanks!!
  #2  
Old September 4th, 2008, 11:47 AM
markmcgookin's Avatar
Moderator
 
Join Date: Dec 2006
Location: Northern Ireland / England
Posts: 543
Provided Answers: 2

re: make a software (hello world)


Hi,

For C# you will need a windows mobile device. This must be connected to your PC for a straight-to-device deployment.

Download and install the Windows Mobile 5/6 SDK and install this.

Visual Studio > New Project > New Smart Device Project >

Drag a button onto your form from the toolbox

Double click on it

Expand|Select|Wrap|Line Numbers
  1. MessageBox.Show("Hello World");
Use the dropdown to select "Windows Mobile 5 Device" for deployment

Hit the ">" button and deploy...

Click your button.. HURRAH!

Ta Da!
  #3  
Old September 9th, 2008, 09:44 AM
Newbie
 
Join Date: Mar 2007
Posts: 4

re: make a software (hello world)


Thanks

But I don want make for a PDF or a htc but for a mobile like Nokia or erricson or other. PDF has windows for Op. System and i think it is easy to make a application (hello world) for windows.




Quote:
Originally Posted by markmcgookin
Hi,

For C# you will need a windows mobile device. This must be connected to your PC for a straight-to-device deployment.

Download and install the Windows Mobile 5/6 SDK and install this.

Visual Studio > New Project > New Smart Device Project >

Drag a button onto your form from the toolbox

Double click on it

Expand|Select|Wrap|Line Numbers
  1. MessageBox.Show("Hello World");
Use the dropdown to select "Windows Mobile 5 Device" for deployment

Hit the ">" button and deploy...

Click your button.. HURRAH!

Ta Da!
  #4  
Old September 10th, 2008, 10:32 AM
markmcgookin's Avatar
Moderator
 
Join Date: Dec 2006
Location: Northern Ireland / England
Posts: 543
Provided Answers: 2

re: make a software (hello world)


Quote:
Originally Posted by antranik
Thanks

But I don want make for a PDF or a htc but for a mobile like Nokia or erricson or other. PDF has windows for Op. System and i think it is easy to make a application (hello world) for windows.
If you want to do this for a Nokia, you will need to download an appropriate dev environment, such as Carbide C++ (look here for some more info) and then the Symbian SDK (i.e. S60 SDK) there is a free version of carbide available, but you need to pay for a developer version if you want the UI designer. The Symbian S60 SDK has a built in sample for "Hello World" that you could look at.

See here for my example: http://screencast.com/t/QQE5vycRLCf

Hope that helps,

Mark
  #5  
Old September 11th, 2008, 11:44 AM
Newbie
 
Join Date: Mar 2007
Posts: 4

re: make a software (hello world)


Thanks Mark.

That are what I need.

I downloaded Carbide C++ for 21 days and i hope make a hello world application :)




Quote:
Originally Posted by markmcgookin
If you want to do this for a Nokia, you will need to download an appropriate dev environment, such as Carbide C++ (look here for some more info) and then the Symbian SDK (i.e. S60 SDK) there is a free version of carbide available, but you need to pay for a developer version if you want the UI designer. The Symbian S60 SDK has a built in sample for "Hello World" that you could look at.

See here for my example: http://screencast.com/t/QQE5vycRLCf

Hope that helps,

Mark
  #6  
Old September 11th, 2008, 03:50 PM
Newbie
 
Join Date: Sep 2008
Posts: 2

re: make a software (hello world)


Try using www.mobilestudio.com for developing mobile sites.
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
make code simple beachboy answers 1 May 7th, 2006 04:45 AM
Hello World without using VS.NET Andy Sutorius answers 24 November 22nd, 2005 10:42 AM
Software bugs aren't inevitable Paddy answers 56 September 19th, 2005 02:35 PM
Hello World without using VS.NET Andy Sutorius answers 24 July 21st, 2005 02:59 PM