User`s manual

ThinkCore DA-660 WinCE User’s Manual Programming Examples
5-12
I have a program
under .NET Compact
Framework 1.0 (CF1.0).
Can I run it on your
computer?
The target computer
pre-installs an
engine of version
2.0. It is compatible
with version 1.0. Try
to execute your
program on the
computer directly. If
it does not work,
open the project
(CF1.0) with Visual
Studio 2005 (CF2.0).
You will see the
migration messages
and code warnings.
Adjust the program
step by step
accordingly.
I have a Windows Visual
C++ program. Can I run it
on your computer?
WinCE APIs are a
subset of Win32
APIs. Care must be
taken to migrate
them. First, create a
Visual Studio 2005
smart device VC
project. Add all
associated files to
the project and
rebuild the program.
You might see
compilation errors.
Correct them with
the help pages.
I have a pure C program.
Can I run it on your
computer?
Create an eVC4
project or Visual
Studio 2005 Smart
Device VC project.
Add your C files to
your project, rewrite
your main function
as the winmain()
function or the
_tmain() function
generated by the
tool.