Cross platform questions

  • Thread starter Thread starter maluman
  • Start date Start date
M

maluman

Hello

I make an approach to deliver an application running on both - WinCE and PPC
device. At the start I'm stuck with those questions:
1. Can I have one configuration for both platforms, and change only the
target device in target devices dropdown list? If so how can I determine in
runtime what os am I running? I tried System.Environment.OSVersion, and I
got "WinCE" for both of devices.
2. How can I make the VS to copy desired dlls on different machines in those
situations: - the first situation is that I have two different dlls with the
same name which I have to reference, depending on the targeted OS.
Unreferencing one dll, and referencing another within couple of projects in
a solution is much uncomfortable, can this be automated in any way?
- the second situation is that I'd like to have additional files (e.g help
file) separate for both of the targeted devices, the question is the same:
can this be automated?

Regards, m.
 
Daniel

I've looked at your article a couple of times before, but I didn't get this
genius and simple idea: multiple projects in one folder sharing files. That
solves all my issues, thanks!

Regards, m.
 
Back
Top