Template - Version - Edition problem - Microsoft Press

  • Thread starter Thread starter James Morton
  • Start date Start date
J

James Morton

I am currently going through the C++ step by step microsoft press book. I
have VS.NET 2003 loaded. In the examples it asks me to choose "Managed C++
Application", "Generic C++ Class wizard" . I do not have these templates!!!
The book comes with standard edition visual c++. I think I am dealing with
some kind of version issue. Anyways does someone know how I can load these
templates into VS.NET 2003????
 
Hi James,

Thanks for posting in the community.
I am currently going through the C++ step by step microsoft press book.
Which book do you have a read now?

I think "Managed C++ Application" means the templates in the Visual C++
Projects/.NET catalog(which appeared in the New Project Wizard dialog).

For the "Generic C++ Class wizard", when you works at a visual C++ project,
you can select the menu item : Project/Add Class... ,then in the appeared
Add Class dialog, you can find the "Generic C++ Class wizard" in the right
"Templates" listview box.


Thanks!

Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
These are the templates by simply going to file->new->project, and are
within the template area after opening the C++ folder. This might be a pure
name issue. There is a "class library(.NET)" and some of the other templates
in VS 2003 say the use managed extensions for C++ in the description. But
from the pictures in the book these names are completly different in
standard edition. I am loading it right now so I can follow the book better
because its a real pain to follow with VS 2003.
 
Hi James,

Thanks for your quickly reply!

I am glad to know you can go on with your books, if you have any new
problems or concerns during your learning with that book, please feel free
to post them in the newsgroup.


Thanks!

Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Back
Top