B
B
Appendix B
Application Development
The
mxdev
library for C++ and the
mxdevice
library for
VB.net and C#
are provided to help
users develop their application on the W406 quickly and easily. The complete source code can be
found in the sample directory on the software CD.
Developing an application with VS2005
y
Open Microsoft® Visual Studio .Net 2005.
y
From the
File
menu, choose
New Project
.
y
Choose the
Project Type
and then select the
Smart Device Application
as the type of
project.
y
Fill in the project name and click
OK
.
y
Choose
Windows CE
as the target platform.
y
Select the desired project type and click
OK
.
y
Write your application code.
y
From the
Device
toolbar, choose
Windows CE.Net Device
.
y
From the
Build
menu, choose
Build Project or Rebuild Project
.
y
When you complete your application, upload it to the embedded computer.
y
Log on to the embedded computer. At the console prompt, execute it directly if it is a C++ or
C# file.