Window CE Setup VS2005

  • Thread starter Thread starter M. Meganathan
  • Start date Start date
M

M. Meganathan

Any one help me to setup windowsce 5.0 emulator & Wince 5.0 Device in
VS2005.

Step by Step cofinguration setup.

Thanks,
Megan
 
Run the SDK installer for your target device. If it has an emulator for
that device, it will be installed along with the header files and so on for
the target device. That's it. After you install, choose New Project in
VS2005, choose C++, C#, or VB, and choose Smart Device project types and
select the project type that you want from the list of icons.

You must have a version of Visual Studio 2005 that supports device
development and you must have installed the support for that, usually
something like Smart Device Development. You must also have chosen the
right target compiler for your target device (if it has a MIPS processor,
you have to have chosen MIPS under Smart Device Development).

Paul T.
 
Back
Top