Click to See Complete Forum and Search --> : Managed C++ Application - not available in my version of Visual C++ .NET?
Gary W
August 6th, 2003, 08:42 PM
I have Microsoft Development Environment 2003 v7.1.3088, which includes Visual C++ .NET, and I don't have the template for a Managed C++ Application. Any idea on where I can find it if it's not under Visual C++ Projects?
SeventhStar
August 14th, 2003, 03:05 AM
Are you sure you have it installed!
I dont... and i dont have it
Gary W
August 14th, 2003, 08:25 AM
Yes I have Visual C++ .NET installed.
SeventhStar
August 14th, 2003, 08:31 AM
:D I know you have but do you have the Managed c++ component installed specifically!
I have only visual c++ installed and so have no managed c++ projects either.
Some of my coleagues have onlu VB.NET and they have no c++ projects in the new project menu whatsoever...
So check if you have it installed!
When you start the .NET environment on the bottom of the splash screen you'll see the components you have installed.
I have only "visual c++ 7.1". What do you have?
Gary W
August 15th, 2003, 11:08 PM
Where can I find this information?
My Microsoft Development Environment doesn't have a splash screen.
MooNull
August 16th, 2003, 12:29 AM
Though I may be wrong, I believe a "Managed C++ project" is the same as any old project except that it automatically writes a bunch of files for you.
Try making a blank solution and inserting an empty project into it. Just make sure its set to compile as a .exe and code away.
Just be sure to include the .dll's for .net as references.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.