English 中文(简体)
In Which Languages Can I Develop For Windows Mobile?
原标题:

Today my new HP iPAQ was delivered at my home, but now I want to know two things before I start any project:

  • In which languages can I develop for it(Windows Mobile 5)?
  • Where can I download this softwares?

Thanks.

最佳回答

From Microsoft you generally have 3 language options: C#, VB.NET or C/C++. These are all done using Visual Studio 2008 Professional (or higher).

For non-Microsoft offerings you have a few others such as:

问题回答

Windows Mobile runs the .NET Compact Framework, which will support development in C# and VB.NET. You can also develop for Windows Mobile using MFC/Win32 APIs in C++ or Embedded Visual Basic. At the end of the day it s a stripped-down Win32-based OS, so there are other options, but these are probably the most popular.

Depending on your experience, it will probably be easier to get Visual Studio 2008 and develop in a .NET language, the development experience is pretty nice and there is a built-in emulator in Visual Studio, so you don t need to have a device plugged in unless you are working with device-attached or embedded hardware.

Unfortunately, Visual Studio 2008 Express editions (the free versions) do not support Mobile development, you would need to run a trial version or purchase a license.

I used Visual Studio 2008 to learn about Windows Mobile programming. Visual Studio 2008 comes with everything you need to get started with programming for Windows Mobile phones. I wrote my application with C#, not sure of any other languages for Windows Mobile, but a good link to get started is Windows Mobile Development Center.





相关问题
Using maps on Windows Mobile

I m experimenting with maps on different mobile platforms. Getting Google Maps to work on Android was easy, following this tutorial. Getting the same to work on Windows Mobile is a different matter. ...

Build a Bitmap filling it with a smaller image

I m developing a Windows Mobile application with C# and .NET Compact Framework. I want to fill a Bitmap with an image that it s smaller. To fill this new Bitmap I want to repeat the image ...

Bing maps used offline: cache tiles from its web service

I m developing a Windows Mobile application that uses Bing Maps Web Service to show user s position on it. I think I have a problem if the user hasn t got internet service on his mobile, so I think I ...

Determine Mobile Internet Explorer version

I need to determine the version of Mobile Internet Explorer on a Windows Mobile 6.1 device. So that I can report the same user-agent string as is being used by Mobile Internet Explorer. The user-...

Custom listview control for windows mobile in c#

I need to develop a custom listview control (ie, i need two labels and a progress bar in each list item) . I am new to windows mobile so please help me with code samples.

In Which Languages Can I Develop For Windows Mobile?

Today my new HP iPAQ was delivered at my home, but now I want to know two things before I start any project: In which languages can I develop for it(Windows Mobile 5)? Where can I download this ...

热门标签