Compact .NET Framework on Desktop?

  • Thread starter Thread starter Zer0
  • Start date Start date
Z

Zer0

Hi people,
I'm basically wondering if it is possisble to create an application for the
PocketPC using the Compact Framework and use it on both the desktop PC and
the PocketPC. As this will same me creating two applications!

Thanks,
Zer0
 
Hi people,
I'm basically wondering if it is possisble to create an application
for the PocketPC using the Compact Framework and use it on both the
desktop PC and the PocketPC. As this will same me creating two
applications!

Yes it's possible. You can stick with features that are in all editions of
the .NET framework.

You can also flag certain code blocks to compile only in certain conditions
(i.e. Release Build vs. Debug vs. Compact Edition build).
 
Thanks for the reply!
Can you advise me on how to make sure I only use those features that are
supported by the Compact Framework? I am using Visual Studio 2005.

Thanks,
Zer0
 
Back
Top