Writing Application for Windows CE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

I would like to know what I need for writing application for win CE. I am
using Visual Studio .NET 2003. Is that ok for compiling win CE program? Or
I need a special verion of .NET studio for creating CE program?

Thanks for any help.

Tedmond
 
Look on MSDN for the .NET Compact Framwork, this is a restricted
framwork for CE type devices. That's about as much as I know.
 
Hi Tedmond,
In VS.NET 2003 there is a a specific project for the .Net Compact
Framework (Smart Device application for VB.Net projects & C# Projects).
Note that it will target the .Net compact Framework 1.1
If you want to use the .Net Compact framework 2.0 you'll have to use
Visual Studio 2005.

YvesL.
 
Back
Top