compiling ppc program from winCE .net 4.1

  • Thread starter Thread starter Ravi
  • Start date Start date
R

Ravi

Hi
I have a pocket PC program which i need to compile for
winCE .net 4.1 I was wondering if this is just a
preference in VS.net or what i'd need to do to make this
happen
thanks
 
You don't need to recompile, but you can deploy the same file to a Windows
CE.NET 4.1 device. However, you might need to do some re-work to the user
interface if you have a larger screen available.
 
If you're using any PPC-specific controls or APIs, then you will have to
recompile (or add conditional code) otherwise it should run as-is.

-Chris
 
Back
Top