Please remember to add a category to the bottom of each page that you create.
See categories help for further details, but most will probably be [[Category:HTC ModelName]].

VoxSoftwareDeveloping

From XDA-Developers
Jump to: navigation, search

Contents

Software Developing for the HTC Vox

Related XDA-D Thread: Contribution to Vox Software Development (feature requests and software gallery)

(Back to the Vox main page)


Page Index


  1. version

Which version of windows mobile?

"The current Pocket PC Phone Edition (touchscreen, Mobile Office) is going to be Professional, whereas the current Smartphone (no touchscreen, no Mobile Office), is the Standard, and the current Pocket PC Edition (for PDAs, no calling) will be the Classic."

  1. tools

Tools needed for software development

As usual Microsoft has all tools necessary to develop for windows mobile. There are also third party tools and shareware or even free tools. I will list here what I can find and maybe what was tested.

Microsoft Software

Microsoft Visual Studio 2005 or higher

 Editor for C++,C# or Java

Windows Mobile 6 SDK

 To install with microsoft visual Studio. Documentation, Sample code, library files, header files, emulators. Makes it much easier to develop software for windows 6 or higher

Localed Emulator Images

 Windows Mobile 6.1

Microsoft Device Center

 To upload the files on your device

[1]

 Here you can find several microsoft products to work with. They are limited in functions but they have no trial periode.


Other software

coming soon...

  1. lang

Programming languages

Visual C++:

 Use C++ if you need direct acces to the device control, if you like to code smooth and fast programs.

Visual C#, Visual Basic .Net

 Use one of those managed languags to acces the .Net framework and many other libraries.
  1. implinks

Important Links

  1. uselinks

Useful direct Links

  1. howtos

How-To's

  1. relthreads

Related Threads on forum.XDA-developers.com

  1. softgal

Software Gallery

comming soon...

  1. softquery

Software ideas, query

comming soon...



Back to the Vox main page