6.0 SDK

V

VJ

Are windows mobile 6.0 devices out in the market?... We are developing a
version of our product for windows mobile 5.0, under the price assumption of
these devices are less than$250.00... Would like to do a price check on. I
am searching the web, and find only 5.0 devices. Any input is appreciated

Vijay
 
P

Peter Foot [MVP]

While there are no Windows Mobile 6 devices on the market just yet anything
you develop against the 5.0 SDK will run on v6. The only exception is you
should test your code on the v6 emulator for 320x320 which is a new
supported screen resolution.

Peter
 
G

Guest

While the underlying OS is the same, never assume backward compatability.
You may end up using some WM 6 feature and that would not work under 5.0.
If you need tio to work in 5.0, develop there, then test on WM 6.0


--
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
 
V

VJ

ahh the backward compatibility. Thanks a bunch for that reminder...almost
forgot that one. Will watch for backward compatibility.

VJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top