Connecting Tech Pros Worldwide Forums | Help | Site Map

making an .exe file in VC++

Karthik
Guest
 
Posts: n/a
#1: Jul 23 '05
Hello,

How do I create an .exe file from a VC++ program (using VS 6.0). I
understand U need to compile the program and that will make an exe
file. I did that. When I try to build the file, I get a dialogue box
which is asking me to "specify a executable file". When I try to locate
the .exe file of the code in the debug folder, I am not able to find
it.

I know it sounds silly... but I have lost my patience on this small
bug... :(

any suggestions?

Karthik


Stuart MacMartin
Guest
 
Posts: n/a
#2: Jul 23 '05

re: making an .exe file in VC++


See if you can find the Scribble tutorial and walk through that. Or
skip that if you can figure out the project settings link and debug
tabs. Note this is a VC++ development environment issue, not a
language issue. So you'll get complaints about this being in the wrong
newsgroup.

Ivan Vecerina
Guest
 
Posts: n/a
#3: Jul 23 '05

re: making an .exe file in VC++


"Karthik" <karthik.t@gmail.com> wrote in message
news:1120931627.538070.231850@o13g2000cwo.googlegr oups.com...
: How do I create an .exe file from a VC++ program (using VS 6.0). I
: understand U need to compile the program and that will make an exe
: file. I did that. When I try to build the file, I get a dialogue box
: which is asking me to "specify a executable file". When I try to
locate
: the .exe file of the code in the debug folder, I am not able to find
: it.

You have probably created the wrong type of project, compiling a
LIB/DLL instead of an exectutable application.
Try creating a new project, and go carefully through the wizard and
select "console application" as a project type, or something like
Win32 application and then set something like a "concole application"
option.

: I know it sounds silly... but I have lost my patience on this small
: bug... :(
:
: any suggestions?

This question really does not belong here - you'll get more effective
help by asking on a forum dedicated to your platform.

--
http://ivan.vecerina.com/contact/?subject=NG_POST <- email contact
form
Brainbench MVP for C++ <> http://www.brainbench.com




Closed Thread


Similar C / C++ bytes