Vortex86DX-MSJK Windows Embedded CE 6.0 R3 Jump Start Rev 2.2
Page 52 of 144
Part 9 – Develop Native Code App with VS2005
In this section, we will work through the steps to develop native code application for CE 6.0 using Visual
C++ 2005. 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 VS2005 IDE, select
File | New | Project
to bring up the new project wizard, as shown in
Figure 38.
Fig. 38 -
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
VS2005_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 39.