Re: standalone exe?
From: Roger Levy (rhl_at_i3e.org)
Date: 02/14/05
- Next message: William DePalo [MVP VC++]: "Re: standalone exe?"
- Previous message: Jon Skeet [C# MVP]: "Re: what is the best way to read text file"
- In reply to: William Stacey [MVP]: "Re: standalone exe?"
- Next in thread: William DePalo [MVP VC++]: "Re: standalone exe?"
- Reply: William DePalo [MVP VC++]: "Re: standalone exe?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 14 Feb 2005 18:21:23 -0500
Can someone verify that if I develop in C++ .Net that the CLR and framework are
required on the target machine? I am only an occasional user of these tools but
it was my impression that C++ in .Net was an upgrade of VC++ 6 rather than a
complete departure in the direction of the CLR. I have written one simple
dialog based app in C++ .Net and I just took it to a Win98 machine that *does
not have* the .Net environment installed and the program started to the level of
displaying my dialog window (I don't have other resources on that machine for a
complete functional test). This result seems to stand in opposition to the
statements made below.
I created my app with the startup wizard as an MFC dialog based app. I don't
think the wizard asked me whether or not I wanted to create managed code.
RHL
"William Stacey [MVP]" wrote:
>
> But c++ .Net also requires the CLR and framework. So what you want is to
> compile all your code and framework libraries to native code. The only
> thing I know that does something close is
> http://www.remotesoft.com/salamander/. However, I don't feel confortable
> with that either. So require the framework and write managed code. Or
> write native code in c/c++.
>
> --
> William Stacey, MVP
> http://mvp.support.microsoft.com
>
> "Valli" <valliappan@nospam.hotpop.com> wrote in message
> news:ezhdy2yDFHA.2180@TK2MSFTNGP10.phx.gbl...
> > Carlos J. Quintero [.NET MVP] wrote:
> > > You can create .NET applications (Consoles, DLLs, or Windows Forms)
> using
> > > C#, VB.NET or managed C++. So, it is your choice.
> > >
> >
> > Ya, but can I run the compiled exe without .net framework installed, say
> > by compiling to c++.net?
-- Change "3e" in my address to "eee"
- Next message: William DePalo [MVP VC++]: "Re: standalone exe?"
- Previous message: Jon Skeet [C# MVP]: "Re: what is the best way to read text file"
- In reply to: William Stacey [MVP]: "Re: standalone exe?"
- Next in thread: William DePalo [MVP VC++]: "Re: standalone exe?"
- Reply: William DePalo [MVP VC++]: "Re: standalone exe?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|