How to migrate window mobile 5 project to window mobile 6

  • Thread starter Thread starter Smart
  • Start date Start date
S

Smart

Hey,
We developed a relative large application using window mobile 5 sdk,
it contains manged code and native code. Now, we want to migrate to
window mobile 6. My question is what is quick and easy way for me to
compile those code using window mobile 6 sdk. Is there any better way
to do that rather than creating an empty window mobile 6 project and
copy all files from window mobile 5 project, add them to the project
in vs 2005 to compile?

thanks in advance.
 
For the managed code project, you can just right click on the project the
click on "Change Target Platform".
 
I don't think there are any differences (in managed code) between the WM5 and
WM6 SDK. Just for your info.
 
Back
Top