Single source for Full and compact framework

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top