This one should be easy to solve...

  • Thread starter Thread starter David Sugar
  • Start date Start date
D

David Sugar

Please forgive the stoopid question...

I have just started with C++ .NET 2003, I am working
through one of the Microsoft books (C++.NET Step by Step)

In chapter 2 it is asking me to create a Managed C++
Application. However this option is not one of my
possible templates in the add project dialog.
Is there something missing? - or - are these called
something else in version 2003? The posible templates in
my list are:
ASP.NET Web Service
ATL Project
ATL Server Project
ATL Server Web Service
Class Library (.NET)
Console Application (.NET)
Custom Wizard
Empty Project (.NET)
Extended Stored Procedure Dll
MakeFile Project
MFC ActiveX Control
MFC Application
MFC DLL
MFC ISAPI Extension Dll
Win32 Console Project
Win32 Project
Windows Control Library (.NET)
Windows Forms Application (.NET)
Windows Service (.NET)

Is there something missing from my installation?

Thanks for the help

Dave Sugar
 
David,
In chapter 2 it is asking me to create a Managed C++
Application. However this option is not one of my
possible templates in the add project dialog.

These are Managed C++ project types:
ASP.NET Web Service
Class Library (.NET)
Console Application (.NET)
Empty Project (.NET)
Windows Control Library (.NET)
Windows Forms Application (.NET)
Windows Service (.NET)

Your book is probably referring to:

Windows Forms Application (.NET)

Bart Jacobs
 
Back
Top