tags:

views:

60

answers:

2

Hi,

I'm new to the CE environment and I was wanting to create applications for a computer(Intel) running on CE(5 and up). What exactly do I need to to get started and where do I go? I have never used CE before but I do have experience writing code in C, C++, C#, and Java.

Thanks,

A: 

Look in wikipedia, link is http://en.wikipedia.org/wiki/Windows_CE look under Development Tools, I recommend Visual Studio and C#

Antonio Bakula
What version of Visual Studio?
radar5000
since you can't use 2010 (it's not supported), use Visual Studio 2008, look here: http://msdn.microsoft.com/en-us/library/sa69he4t.aspx
Antonio Bakula
A: 

If you are interested in writing application using C#, do a little search for Compact Framework (CF). It is the stripped down version available in Windows CE.

Keep in mind that Windows CE is a highly customizable OS and you have no guarantee that it will have the component to support your application (that includes C#) - Windows Mobile (+PocketPC, +SmartPhone2003) is a different story.

When you develop for Windows CE you need to use Visual Studio 2005/8 Professional to have the Smart Device support. When you develop C# applications using VS2008 you target CF3.5 and when you use 2005 you target CF 2.0

Shaihi