PDA

View Full Version : Develop software for WM6


WDawn
27th June 2007, 04:49 PM
I'd like to develop some basic app that changes some settings in my device. (brightness, volume, connections enables etc). I have some basic knowledge about programming.

I'm looking for a good tutorial for an almost n00b. Any ideas?

Rudegar
27th June 2007, 08:46 PM
http://forum.xda-developers.com/showthread.php?t=289170&highlight=developing

and in general the developing forum

also codeguru.com have stuff

if there are no wm6 stk out yet for the most parts
wm5 is compatible

levenum
27th June 2007, 10:04 PM
You can use embedded visual c++ 4 and WM 2003 SDK. They are free and fully compatible (you can always make up for missing APIs with implicit linking).

WDawn
28th June 2007, 08:11 AM
Thank you, seems that i have a lot of reading to do :)