共用方式為


Getting Started with Windows Mobile Development.

I have heard comments like "I am new to Windows Mobile development. Where should I start? What books do you recommend?"

So if you are a complete beginner, let me tell you what you need to get started:

1. You will need to install Microsoft Visual Studio 2005, Standard Edition or above (Express Editions are not supported). SP1 recommended.
If you are using Microsoft Visual Studio 2008, you need Professional Edition or above.

2. You will need to install the Windows Mobile 6 SDK Refresh if you wish to develop to Windows Mobile 6 devices.

3. You don’t need an actual device to start developing, as the SDK has a device emulator that can run on your desktop, but of course there is nothing like running your applications on an actual device.

You can program a Windows Mobile device using Win32 APIs (C/C++) or using the .Net Compact Framework (C#/VB.Net).

If you are familiar with C/C++ but are not familiar with Win32, I recommend taking a look at the book "Programming Windows" by Charles Petzold. It was written for desktop, but in my opinion it is the best Win32 book out there.
If you are familiar with Win32, but want to know Window CE (The OS under Windows Mobile) specific items, take a looks at the book "Programming Windows CE" by Doug Boling.

If you would rather program in C# or VB.Net (If you are a Java developer you will feel more comfortable with them), then any C#/VB.Net book should do it for you.
There is however, a very nice C# programmers reference on msdn that includes some tutorials.

Some resources you should be aware of are:

1. These windows mobile and windows CE tutorials on msdn.

2. The windows mobile development page on msdn.It has many webcasts and pointers to the different windows mobile forums.

3. The windows mobile developer wiki in channel 9.

Feel free to add any additional resources you are aware of in your comments.

 

Thanks!

-Luis E. Cabrera

Comments

  • Anonymous
    October 21, 2008
    I think we need a book that focused in WM 6 development and API thats related in managed world..:) as well as the software factory in mobility world wanna build it.. :)

  • Anonymous
    October 22, 2008
    Isn't it Visual Studio 2005 Professional or above?

  • Anonymous
    October 22, 2008
    i did not see program better from WM 6.1

  • Anonymous
    October 22, 2008
    I added the folliwing info. VS 2005 Standard or above should work. If you are using VS 2008, you will need Professional or above.

  • Anonymous
    October 22, 2008
    Thanks for the links! I've actually been looking for a page like this for a few months now. Any particular books/sites you'd recommend for someone looking to venture into mobile dev but who is also completely new to programming? Would you recommend the same books?

  • Anonymous
    October 23, 2008
    If you are completely new to programming, you will probably feel more comfortable with C# than with C++. Although I personally learn C/C++ first and then C#. A C++ books that I have and like is: "Data abstraction and Problem Solving" by Carrano, Helman and Veroff. I have also seen the Deitel books, and they are good for beginners: Visual C++ .NET : how to program by Deitel. Visual C# 2005 : how to program by Deitel. I guess it really depends on your learning style. If I were you, I would just walk to the closest bookstore, and browse through their C# books and look for one that matches your learning style and pace. Thanks. -Luis

  • Anonymous
    October 23, 2008
    The comment has been removed

  • Anonymous
    October 25, 2008
    The comment has been removed

  • Anonymous
    October 25, 2008
    I agree with Parrotlover77! I want to develop a few VERY SIMPLE apps for WM6. I know a little about programming, but reading the 'so you want to get started with WM development' list above is daunting. Why isn't here an easy, visual way to create some simple apps? I'm a windows user, but I have to hand it to apple. They make things easy for everyone. -Matthew

  • Anonymous
    October 26, 2008
    For those looking for a simple way to get started, have a look at NS Basic/CE. It's a visual IDE which builds on VBScript to make a very nice development tool. You can use it to develop on the desktop or on the device itself. The product has continually updated since 1998, and (from anything we can tell) is the best selling development tool other than Visual Studio itself. George Henne NS BASIC Corporation

  • Anonymous
    October 27, 2008
    The comment has been removed

  • Anonymous
    December 09, 2008
    Hi, i'm new to this window mobile thing....  i'm using right now a windows mobile 5.0 and i'm having a problem on the RAM memory coz on my storage i got low already but on my program its still big how do i use those memory on the program side so that i would not have a memory error? thanks by the way i have a pidion Bip-5000 and using a sql anywhere database and pocketbuilder 2.5 as the developing software. and i'm getting this message sometime processing my develop program ---> Freeing previously freed memory or freeing using different anchor! Generate GPF? i hope someone could help on this memory problem... and advance thanks to your help.... i have by the way 128 MB RAM and 128 MB of ROM.....

  • Anonymous
    February 25, 2009
    Hi, Will you suggest VS2008 or VS2005 for a new Native Windows Mobile Application (Pocket PC)? Can these tools develop Apps with older SDK like PPC2003SE SDK? And for the User Interface, what would you suggest to use, MFC/WTL/others? afriza

  • Anonymous
    February 25, 2009
    The comment has been removed

  • Anonymous
    March 31, 2009
    I would like to confirm that I can use Visual Studio 2008 to develop an application for my Windows Mobile 2003 Second Edition device - is this correct?  Should I also install an SDK?  If so, which one?  What .NET framework should I use?  Any other commens or suggestions regarding my described environment? Thank you.

  • Anonymous
    March 31, 2009
    Hi Melissa, As Luis mentions above, if you're using Visual Studio 2008 it will need to be the Professional edition. As far as SDK goes, Visual Studio 2008 includes the SDK for Windows Mobile 2003. It will be an option once you create your Smart Device project. To develop for Windows Mobile 6, you would need to install an additional SDK. If you have any problems getting started, feel free to post. Joshua

  • Anonymous
    April 25, 2009
    Hi i needed this reference "Microsoft.windowsmobile" to Develop for PocketPC 2003 using Visual Studio 2008 , how can i get find it or get arround that?

  • Anonymous
    April 28, 2009
    I have MSVS 2005 with Win Mobile 6 SDK refresh standard and profressional installed.  With 2005 VS still installed, I installed MSVS 2008 Profressional.  Mobile 6 SDK did not show up in MSVS 2008, so I installed the Win Mobile 6 SDK refresh again.  I was given the option to uninstall or repair.  I choose repair and it only repaired my 2005 VS instation.  Win Mobile 6 SDK refresh is still not installed into my MSVS 2008 system.  Does anyone know how to get Win Nobile 6 SDK refresh into both 2005 and 2008 MSVS?  -Steve steven.michel@atheros.com

  • Anonymous
    April 28, 2009
    Steve, Although it may not seem intuitive, you must first completely uninstall the Windows Mobile 6 SDK.  It's not enough to choose repair.  VS 2008 must be installed before you install the SDK.  That has worked for me in the past and I expect it should work for you just fine.  Let me know if that does not solve your problem. Thanks!

  • Anonymous
    June 12, 2009
    Hi Guyz! I don't undestand,I'm new in mobile development. Can someone take me through the steps of developing mobile application that can run on smart phones.Just start from the very beginning and go step by step. I have visual studio 2008 professional on my machine. So what else do I need and were can I get it. Your help will be appreciated.

  • Anonymous
    June 15, 2009
    Hi Yonda, A great link to look at is http://msdn.microsoft.com/en-us/windowsmobile/bb250560.aspx on the Windows Mobile developer center. It will walk you through, with links, from installation to running a very small program. If you need more information, let me know. Joshua