Home All Groups Group Topic Archive Search About

Compact .NET Framework on Desktop?

Author
22 Oct 2006 12:51 PM
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

Author
22 Oct 2006 7:50 PM
Spam Catcher
"Zer0" <n*@way.com> wrote in
news:NrOdneAhlqXd9KbYnZ2dnUVZ8sudnZ2d@bt.com:

>    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).
Author
22 Oct 2006 8:44 PM
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


Show quoteHide quote
"Spam Catcher" <spamhoneypot@rogers.com> wrote in message
news:Xns9864A12B2A1F0usenethoneypotrogers@127.0.0.1...
> "Zer0" <n*@way.com> wrote in
> news:NrOdneAhlqXd9KbYnZ2dnUVZ8sudnZ2d@bt.com:
>
>>    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).