very easy question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a very easy question.

I just started to develop for the compact framework. Well, I’m trying to. I have eVisual C++ 4.0 SP3. In addition to that I have Visual Studio.NET 2003 and I develop using C++.NET and Visual Basic.NET (both are the standard versions).

I installed the Microsoft Pocket PC 2003 SDK. I expected to see the option to create a Smart Device project in Visual Studio and the option to create a .NET application in eVisualC++. But these options are not there. Then I reinstalled the Standard SDK for Windows CE.NET that comes with eVC++, but still nothing.

Am I missing some installation I need?

Chris
 
you missed nothing.
it's not possible.

the good news is VS.NET 2005 will have it all in one!

cnickl said:
Hi,

I have a very easy question.

I just started to develop for the compact framework. Well, I'm trying to.
I have eVisual C++ 4.0 SP3. In addition to that I have Visual Studio.NET
2003 and I develop using C++.NET and Visual Basic.NET (both are the standard
versions).
I installed the Microsoft Pocket PC 2003 SDK. I expected to see the option
to create a Smart Device project in Visual Studio and the option to create a
..NET application in eVisualC++. But these options are not there. Then I
reinstalled the Standard SDK for Windows CE.NET that comes with eVC++, but
still nothing.
 
You cannot use eVC++ to write managed code - only native code.

Also the standard edition of VS does not support devices - you will need to upgrade to the Professional edition.

Phil.
 
Back
Top