Same Application on diffrent Platforms

V

vikash

Hi,
I am new to this Group.
I want to know that how to make single application for diffrent
platforms.
like Pocket PC 2003, WinCE devices, and Windows Mobile.
I am using VS.Net 2005. Is it possible to make such an application ?
Also is there any way so that my application can run on PPC 2002 OS. ?

Thanks and Regards
Vikash
 
T

tamberg

Principally yes. CF .NET code compiles once to run on any of these
platforms (PPC 2002 requires installing CF .NET redistributable first).
However you might want to factor out platform specific behaviour in
platform specific DLLs.
 
V

vikash

Hello, Thanks for the Info.

My current application runs on PPC 2002-2003, WinCE and is made on
VS.Net2003.
I have to upgrade/make fresh in VS.Net2005 and want to make it support
in addition Windows Mobile also.

Can you please give me some links for help to do so.

Thanks & Regards
Vikash
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top