
VDX-6318 Windows Embedded Compact 7 - Getting Started Guide
Windows Embedded Compact 7 Getting Started Rev 2.00
Page 58
Part 10 – Develop Managed Code App with VS2008
In this section, you will work through the steps to develop a managed code application for Compact 7
using Visual C#, from the VS2008 IDE.
Create a New Managed Code Application Project
From the VS2008 menu, select
File → New → Project
to bring up the
New Project
screen, as shown
in Figure 55.
Fig. 55 -
New project wizard
On the left pane, expand the
Other Languages\Visual C#
node and select
Smart Device
as
the project type.
On the right pane, select
Smart Device Project
.
Enter
VS2008_CSharp_HelloWorld
as the project name.
Enter
C:\Lab
as the location for the project.
Note:
You can choose a different folder for the project other than C:\Lab.
Click
OK
to continue and bring up the
Add New Smart Device Project
screen.
From the
Add New Smart Device Project
screen, select
Vortex86DX_SDK_Compact7
from
the
Target platform
selection.
From the
.NET Compact Framework version
selection, select
.NET Compact Framework
Version 3.5
.
From the
Templates
selection pane, select
Device Application
, as shown in Figure 56.