Re: how get a single .exe out of Visual C++ 2005 Beta
- From: "David Gareau" <test@xxxxxxxxxxx>
- Date: Sat, 21 May 2005 11:50:23 +0300
Hello,
I have heard of MFC, but never used it understand it really, all I have is a
simple program I wrote that runs in the console window, I just want to
figure out how I would save it in a way that I could just have a single file
that can be run via a Dos Prompt, I just want to send it to some people to
see what they think. Just imagine I wanted to send a simple helloWorld.cpp
program to a friend in a compiled form. How could I do that?
"Tim Slattery" <Slattery_T@xxxxxxx> ???????/???????? ? ???????? ?????????:
news:6g3s81l1s8j44tp5uamn7olsnk8bpbmnne@xxxxxxxxxx
> "David Gareau" <test@xxxxxxxxxxx> wrote:
>
>>Hey, I am currently ONLY working with Console Applications. I have the
>>code
>>and run it fine in a console (ms-dos) window, but I want to save my
>>program
>>as a single .exe file so I can send it to friends. How can I do that?
>>How do people make "programs" that I download on the Internet out of their
>>code?
>
> If your program uses MFC, you can choose the "Use MFC in a static
> library" option. In VC6 that's at Project|Settings, "General" tab.
>
> For console apps, you may be very well be able to not use MFC at all.
> Most of its utility has to do with gettig around the routine drudgery
> associated with GUI applications. Console apps (which are *not* DOS
> apps, and cannot run on a DOS machine) are quite easy to write without
> it.
>
> --
> Tim Slattery
> MS MVP(DTS)
> Slattery_T@xxxxxxx
.
- Follow-Ups:
- Re: how get a single .exe out of Visual C++ 2005 Beta
- From: Andrew McDonald
- Re: how get a single .exe out of Visual C++ 2005 Beta
- References:
- how get a single .exe out of Visual C++ 2005 Beta
- From: freenews.netfront.net
- Re: how get a single .exe out of Visual C++ 2005 Beta
- From: Tarek Madkour [MSFT]
- Re: how get a single .exe out of Visual C++ 2005 Beta
- From: David Gareau
- Re: how get a single .exe out of Visual C++ 2005 Beta
- From: Tim Slattery
- how get a single .exe out of Visual C++ 2005 Beta
- Prev by Date: numerical differences in debug and release versions in VC++ 6.0
- Next by Date: Re: how get a single .exe out of Visual C++ 2005 Beta
- Previous by thread: Re: how get a single .exe out of Visual C++ 2005 Beta
- Next by thread: Re: how get a single .exe out of Visual C++ 2005 Beta
- Index(es):
Relevant Pages
|
Loading