This one should be easy to solve...

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
 
B

Bart Jacobs

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
 

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