Convert PPC project to WinCE Autres options

  • Thread starter Thread starter Amirallia
  • Start date Start date
A

Amirallia

Hi,

I have developped a PPC application, and now I want to deploy it into
WinCE.net device.

What is the best way to convert a PPC project to a WinCE project with
the samed source code? Is it possible to share code source?

Thanks for yours answers ?
 
Amirallia,

You can share source code as long as each platform has everything you need
that's referenced. I think the easiest way to create a WinCE project based
on a PPC one is to create a new WinCE project and then use Add Existing Item
to add the source files from the PPC project that you need.
 
Après mûre réflexion, Ginny Caughey [MVP] a écrit :
Amirallia,

You can share source code as long as each platform has everything you need
that's referenced. I think the easiest way to create a WinCE project based on
a PPC one is to create a new WinCE project and then use Add Existing Item to
add the source files from the PPC project that you need.

Ok but the forms and its controls will display the same into PPC and
WinCE.net device ?
 
If the screen sizes are the same, they should more or less. On PPC the tabs
are on the bottom and on WinCE on the top. There are other differences too,
but generally minor ones as long as the screens are the same
resolution/size. And again, this is assuming the the WinCE device you're
working with has all the right parts in its platform. Since WinCE is a
modular OS, it's up to the OEM to decide which parts of the OS to include.
I'd suggest just try it unless you know for sure there are big differences.
Your current PPC app may even run ok as is.
 
Back
Top