Reputation: 6352
I need to compile code written in Visual studio 2008 in Windows XP for WinCE mobile platform. How to do it in Visual studio 2008 by changing target platform settings ?
Upvotes: 0
Views: 1714
Reputation: 137188
For Visual Studio 2008 see this MSDN page as a starting point.
For C++ this page is the index page and this page tells you how to build and debug. There are a fair number of steps in terms of compiler options and what additional files you need so I won't quote them here.
Upvotes: 2