473,507 Members | 2,368 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

making an .exe file in VC++

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

Jul 23 '05 #1
2 3060
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.

Jul 23 '05 #2
"Karthik" <ka*******@gmail.com> wrote in message
news:11**********************@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


Jul 23 '05 #3

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

Similar topics

8
9829
by: Brandon McCombs | last post by:
This may be the wrong group but I didn't see anything for VC++ so I'm trying here. I have a C++ book by Deitel and Deitel that says I can use fstream File("data.dat", ios::in | ios::out |...
6
21045
by: Omid | last post by:
Hi. I have problems when I try to redirect everything that is sent to cout to a file. I have one piece of code that works and one that does not work. The only difference is which headers I use....
7
3116
by: redneon | last post by:
Does anyone have any good links to information on how it's possible to make a library in C++? I can't seem to find anything.
6
3946
by: VM | last post by:
I'm trying to make an executable that contains as few files as possible. What would I need to do that? The client really wants one file (the EXE file) that contains everything -so they can move...
4
5803
by: Anders Eriksson | last post by:
Hello! I'm using VC++ 7.1 and MFC. In a header file that is located in a different directory that the main project I include a header file that is located in the main project directory. The...
2
1318
by: Karthik | last post by:
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...
6
2505
by: Nuno Magalhaes | last post by:
Can I code all I want in a C++ DLL (say sockets or files) and then import and use in C# using P/Invoke? Are there any good samples on how to code a DLL (using .lib and .h files) and then use in my...
7
2872
by: driplet | last post by:
I am using MS VC++ 2005 Express Edition to make some windows application programs. I found that the exe files I built on one computer cannot be run on the other. Could any body please tell me how to...
12
2537
by: Premal | last post by:
Hi, I tried to make delete operator private for my class. Strangely it is giving me error if I compile that code in VC++.NET. But it compiles successfully on VC++6.o. Can anybody give me inputs...
204
4849
by: Masood | last post by:
I know that this topic may inflame the "C language Taleban", but is there any prospect of some of the neat features of C++ getting incorporated in C? No I am not talking out the OO stuff. I am...
0
7223
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
7111
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7319
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
7376
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...
0
5623
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,...
1
5042
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3191
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
1542
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
412
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.