Single solution for more platform

  • Thread starter Thread starter Simone
  • Start date Start date
S

Simone

Hallo.
I have a question.

I have develop a program in C# for PPC2003 with VS2003. Now i have to
porting the project for WM5 platform using VS2005.
In effect i want to create a single solution with 2 window project (one for
PPC2003 and one for WM5). Is possible? What is the better solution?
I want to mantain the source code for the "hard work" and create only the
window for different platform. If is possible in VS2005,how?

Excuse for my english.

Simon.
 
You have not told us what is to be different between the 2003 and WM5
versions. This will have a significant effect on our response, I think. In
most cases, I would not expect any differences between a WM5 and a WM2003
device.

Certainly, it is possible to use different window classes, depending on the
platform which is found at run-time (or you could just have two different
programs, one which is installed by ActiveSync when a 2003 device is
connected and one when a WM5 device is found).

Paul T.
 
Back
Top