developing an application for WORKABOUT PRO™ 3

  • Hi I have to develop an application for WORKABOUT PRO™ 3 windows ce 5.0 version.

    Just wondering if i can use vs 2008 with c# ,it's possible? windows ce 5.0 support c# applications but i read into the psion wap 3 manual that it's supports .net and c++ only.

    thanks for your help

  • lepper

    Just wondering if i can use vs 2008 with c# ,it's possible?

    Yes, it is possible.  Ensure that you target Compact Framework 2.0 for your project, unless you plan on installing the Compact Framework 3.5 to the device (WinCE 5.0 devices come with Compact Framework 2.0 preinstalled).

    lepper

    windows ce 5.0 support c# applications but i read into the psion wap 3 manual that it's supports .net and c++ only.

    Windows CE 5.0 comes with Compact Framework 2.0 preinstalled, so it supports any of the .NET languages (VB and C#).  You may also install Compact Framework 3.5 if you wish.