Compact .NET Framework on Desktop?

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
 
G

Guest

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).
 
Z

Zer0

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
 

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