M
Marcel Ruff
Hi,
are there any predefined preprocessor settings during compilation
of C# code like
CF1
CF2
DOTNET1
DOTNET2
WINCE42
which i can use in C# as
#if CF2
... using callback function pointer
#elif CF1
Uuuh ooh (Windows messages?)
#elif DOTNET2
... using UnmanagedFunctionPointer
#elif DOTNET1
... whatever may work here
#endif
thanks
Marcel
are there any predefined preprocessor settings during compilation
of C# code like
CF1
CF2
DOTNET1
DOTNET2
WINCE42
which i can use in C# as
#if CF2
... using callback function pointer
#elif CF1
Uuuh ooh (Windows messages?)
#elif DOTNET2
... using UnmanagedFunctionPointer
#elif DOTNET1
... whatever may work here
#endif
thanks
Marcel