G
Guest
How can I have one source that also uses methods from Full framework to
compile also for Compact Framework or in other words how to write in C# the
following:
#ifndef _WINCE_
// code only for compilation on Win32
#endif
// common code (Win32 and WinCE)
Thanks,
Bostjan
compile also for Compact Framework or in other words how to write in C# the
following:
#ifndef _WINCE_
// code only for compilation on Win32
#endif
// common code (Win32 and WinCE)
Thanks,
Bostjan