vote up 1 vote down star

What are the major differences between Windows CE and Windows Mobile for a programmer? I'd love to find a feature table, but haven't been able to find one on the Microsoft web site.

I'm starting to work on a project involving industrial handheld terminals. I'm early into the design phase and need to find a comparison of Windows CE and Windows Mobile.

Many of the people I'll be talking to jump on the first option that sounds "good enough". I want my first suggestion to be the best based on their needs.

We're talking heavy duty hardware with a heavy duty price. I've got to get the programming questions out of the way early.

We're currently a MFC6 and .Net 2.0 shop

flag

2 Answers

vote up 0 vote down check

No big difference between them, you can Target Windows CE from VS and your application will work on both Windows CE and Windows Mobile. because you are working under Compact Framework so that's logical, for me as a developer working on PDAs, just I find deference when I tried to make full screen program.

link|flag
Thank you. I found a concise comment somewhere that Win Mobile is CE with the "phone stuff" added. – Brad Bruce Nov 8 at 19:40
vote up -1 vote down

Windows CE developers normally develop in C and use eMbedded Visual Tools, different of the Windows Mobile developers that can use Visual Studio and develop in .Net languages, because Windows Mobile haves the .Net compact framework.

link|flag
This is not correct we can use VS.NET for both. – Wael Dalloul Oct 24 at 13:49
In Windows CE.Net, not in Windows CE(1.0, 2.0, 3.0, 3.1) – Nathan Campos Oct 24 at 15:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.