473,505 Members | 13,904 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How do I start a MANAGED C++.NET application in 2003 version?

In the 2002 version of VS C++.NET if I wanted to create a new Managed C++
application I would got to "New Projects", then select "C++ Projects," then
"Managed C++ Application".

I recently upgraded to 2003, and there is no Managed C++ application option
given! Where did it go, and how do I create a new Manage C++.NET Application
in the 2003 version?

As a side note, WHY was this changed? It use to be simple to open a Managed
C++ project, now I'm totally lost as to how to do it...
Nov 17 '05 #1
3 1166
"Peter Oliphant" <po*******@RoundTripInc.com> wrote in message
news:uZ**************@TK2MSFTNGP09.phx.gbl...
I recently upgraded to 2003, and there is no Managed C++ application
option given! Where did it go, and how do I create a new Manage C++.NET
Application in the 2003 version?
Choose New->Blank Solution from the menu.

Then highlight the folder named "Visual C++ Projects"

Next highlight the sub-folder named ".Net"

In the right pane you will (should?) find icons for a half-dozen .Net
project types. If you don't want the wizard's "help" here just choose the
empty project option.
As a side note, WHY was this changed?
I don't know.
It use to be simple to open a Managed C++ project, now I'm totally lost as
to how to do it...


FWIW, I think I remember hearing that creating a new project is something
that VS2005 (out in about 2 weeks) does better than 2003.

Regards,
Will
Nov 17 '05 #2
>
In the right pane you will (should?) find icons for a half-dozen .Net
project types. If you don't want the wizard's "help" here just choose the
empty project option.
Indeed, but none of them are Managed C++ application options (that I can
find, unless it's labeled something besides "Managed C++ Application")! In
2002 if you did this there was one option clearly labeled "Managed C++
Application". No such option anymore in 2003 that I can find...

What I do now is 'cheat'. I use 2002 (still installed...hehe) to create a
"Hello World" Managed C++ Application using its very-easy-to-find option in
this regard, then re-open it in 2003. When I do, it comes up with the
'conversion to 2003 not reversible" warning, after which I know have a
Managed C++ application that is usable is 2003. But I really shouldn't have
to do it this way... : )

[==P==]

"William DePalo [MVP VC++]" <wi***********@mvps.org> wrote in message
news:OH**************@TK2MSFTNGP15.phx.gbl... "Peter Oliphant" <po*******@RoundTripInc.com> wrote in message
news:uZ**************@TK2MSFTNGP09.phx.gbl...
I recently upgraded to 2003, and there is no Managed C++ application
option given! Where did it go, and how do I create a new Manage C++.NET
Application in the 2003 version?


Choose New->Blank Solution from the menu.

Then highlight the folder named "Visual C++ Projects"

Next highlight the sub-folder named ".Net"

In the right pane you will (should?) find icons for a half-dozen .Net
project types. If you don't want the wizard's "help" here just choose the
empty project option.
As a side note, WHY was this changed?


I don't know.
It use to be simple to open a Managed C++ project, now I'm totally lost
as to how to do it...


FWIW, I think I remember hearing that creating a new project is something
that VS2005 (out in about 2 weeks) does better than 2003.

Regards,
Will

Nov 17 '05 #3
"Peter Oliphant" <po*******@RoundTripInc.com> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
Indeed, but none of them are Managed C++ application options (that I can
find, unless it's labeled something besides "Managed C++ Application")! In
2002 if you did this there was one option clearly labeled "Managed C++
Application". No such option anymore in 2003 that I can find...
Well, I'm not going defend the ergonomics.

And I won't tell you how long it took me how cajole the wizard into creating
an empty project the _first_ time I tried it because it would embarrass me -
and I have been using VC++ for about a dozen years. :-(

But a .Net application under the C++ heading is one that uses Managed
Extensions for C++ and vice-versa.

In other words a Managed C++ application is not a lot more than a C++
application in which the "Use Managed Extensions" is set from the IDE menu
item Project->Properties->General. If you choose one of the .Net project
templates for C++ then the wizard asserts the option.
But I really shouldn't have to do it this way... : )


Right. You don't.

Regards,
Will
Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2738
by: Shai Levi | last post by:
Hi, I'm trying to migrate native c++ class to managed c++ class. The native class header definition looks as: class NativeClass { public: typedef void (CbFunc1)(int n,void* p);
1
1819
by: Omid Hodjati | last post by:
Hi All, I have an old unmanaged code written in C++ 6.0. This is a time critcal, CPU bound application. I have deciede migrate this application to managed world and VC++ 7.0. The first step was...
4
5083
by: Max | last post by:
Hi, I would like to have a button and a combo box with options to select various versions of Microsoft Outlook: 2002, 2003. The user selects the email client and clicks the button. The only...
5
1728
by: Kenneth | last post by:
Hi, I've upgraded to .NET 2003 and I opened an .NET 2002 app and let the new IDE convert it to .NET 2003 project. Then I tried to start the application but it keeps on saying "Error while...
5
6547
by: Bruce Schechter | last post by:
I just started to develop an ASP.NET application in vs.net 2003 . But each time I try to execute the application (which is basically empty so far), I get a dialog box titled "Microsoft Development...
9
3184
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My...
3
1949
by: Andreas | last post by:
Hi! I'm currently developing a DLL that makes use of C++ and .net (mixed) using Visual Studio 2003. Now, as I wanted to move to the new Visual Studio 2005, I converted this project into the...
6
6165
by: Bob Rock | last post by:
Hello, I'm using an executable (for which I do not have the source code nor the pdb file) as the startup application to load a DLL I'm writing and need to debug. If I try to debug the DLL I...
1
1882
markmcgookin
by: markmcgookin | last post by:
Hi Folks, this is a problem I had a few days ago, and I was able to solve it, but I thought I'd post the solution I found here incase anyone has a similar problem! I found this stuff on an MSNDN...
0
7213
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7298
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7366
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7017
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7471
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5610
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4698
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3187
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3176
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.