Vortex86DX-MSJK Windows Embedded CE 6.0 R3 Jump Start Rev 2.2
Page 69 of 144
Part 11 – Develop Native Code App with VS2008
In this section, we will work through the steps to develop native code application for CE 6.0 using Visual
C++ 2008. The following is needed to work through the exercises:
•
A target device with CE 6.0 OS runtime launched.
•
MyWinCE600_SDK.msi installed to the development workstation.
Create a New Native Code Application Project
From the VS2008 IDE, select
File | New | Project…
to bring up the new project wizard, as shown in
Figure 64.
Fig. 64 -
New project wizard
•
On the new project wizard screen’s left pane, expand
Visual C++
node and select
Smart
Device
as the project type. On the right pane, select
Win32 Smart Device Project
.
•
Enter
VS2008_Win32_HelloWorld
as the name of the project.
•
Enter
C:\Lab
as the location for the project.
Note:
You can choose a different folder for the project other than C:\Lab.
•
Click on the OK button to bring up the
Win32 Smart Device Project
wizard, as shown in
Figure 65.