Re: how get a single .exe out of Visual C++ 2005 Beta
- From: Tim Slattery <Slattery_T@xxxxxxx>
- Date: Fri, 20 May 2005 12:25:25 -0400
"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: David Gareau
- 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
- how get a single .exe out of Visual C++ 2005 Beta
- Prev by Date: Re: how get a single .exe out of Visual C++ 2005 Beta
- Next by Date: Re: compiling from command line for VS2005 and direct show
- 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
|