#if win32

  • Thread starter Thread starter Peter Bladh
  • Start date Start date
P

Peter Bladh

Hi

Is it, at compile time, possible to determine if the output enviroment is CE
or win32? Can I do that without defining my own symbols?

/peter bladh
 
You can do it with your own symbols, but many .NET CF applications will run
on *either* desktop or handheld systems, so something at compile-time isn't
going to be accurate for deciding what it's actually running on.

Paul T.
 
Back
Top