1
vote
1answer
24 views

c compiler commands for generating a winexe

how do i instruct the C compiler (gcc &| cc) to make a "Windows executable" in command line? just like csc /t:winexe filename.cs in c#? my goal is to create a GUI(winapi) based app without the ...
17
votes
3answers
478 views

Matlab executable too slow

I converted my Matlab program into a Console based application using the deploytool in Matlab. The Matlab .m file takes around 2 seconds to execute, but after I converted it into an executable and ...
-5
votes
1answer
43 views

error in running exe [closed]

I am trying to make an exe version of my code, this code that has 3 arguments running perfectly in "debugging" and "release" mode on code blocks, the problem is that when I am trying to run the ".exe" ...
0
votes
2answers
84 views

Codeblocks project.exe has stopped working C

Every time I build and run my project file, it crashes once I interact with it. #include <stdio.h> int main() { float complexnumber, a, b, r, j, theta; j = -1; complexnumber ...
0
votes
1answer
65 views

C VC8 project executable is not executing in machine where vc8 is not installed

Executable generated by vc8 C project (in windows 7) is running in all windows machine (both win xp and 7) in which vc8 is installed. But its not running in one win xp machine where vc8 is not ...
1
vote
3answers
74 views

Data in executable file are on weird position

Few days ago I've started playing with PE format. I've done small PE loader which is able to load sections to memory according to their virtual addresses. For example I have section .text on virtual ...
0
votes
1answer
54 views

Linking: making virtual address corresponding to file offset

I'm having small problems with getting my system working, so I decided to ask question if is it possible to make virtual address corresponding to file offset. So if virtual address of my .text section ...
3
votes
1answer
61 views

Is entry point on correct place?

In these days I was reading some PE executable specifications. Then I made small C program doing push ebp, pop ebp and I compiled it. After successful compilation I opened PE file in executable and ...
1
vote
2answers
83 views

How do I open an external EXE file inside of C?

How do I open an external EXE file from inside C? I'm trying to write a C program that opens Notepad, and some other applications and I am stuck. Thanks for putting up with my noob level of C ;p
1
vote
3answers
112 views

How to store user settings completely internally in an exe with C/C++?

this is more of a question on how and if, then to actually fix a problem. How can you store user settings completely internally in an exe with C/C++? Is this even possible, and if so how can it ...
3
votes
3answers
160 views

How much source information is stored in c++ executables

Some days ago I accidentally opened a C++ executable of a commercial application in Notepad++ and found out that there's quite a lot information about the original source code stored in the ...
3
votes
2answers
173 views

How to disable the close button in C?

Does anyone know how to disable the close button on a windows console window with an .exe executable that was created from a C program?
1
vote
3answers
1k views

How can I compile C files into an executable (.exe) file?

I am unsure about compiling C files into executables by using Cygwin under Windows 7. Can anyone please tell me how to do this? I've read some tutorials but still don't get it. I understand that I ...
0
votes
3answers
158 views

Very Simple C Program Crashing

I'm having a simple issue where my C executable is crashing after attempting to grab input from the user. The idea of the program is to populate an array and eventually generate some data on that ...
1
vote
10answers
212 views

how long an executable will run in infinite case(any timing limit) [closed]

A small doubt I have an application(exe) running in infinite loop, how long it executes.. I mean does it executes for years if my system is ON. or is there any timing limit for an application to run. ...
2
votes
3answers
169 views

Is there an easy way to make a .exe file from C source files on a Mac?

I wrote a chess engine on my mac and I am trying to run it on my more powerful windows machine. I need to run it with WinBoard, so that involves running things from CMD and hooking up the engine file, ...
0
votes
2answers
91 views

Why isn't my .exe from a Makefile printing from my second file?

I have an upcoming C project where I'm going to have to use makefiles so I made a quick example to get myself comfortable but ran into a bug. I made one file that just prints "hello" and another that ...
0
votes
1answer
214 views

How to copy resources from one executable to other

Ok my question is a little odd. But here we go. I am trying to develop an executable file "wrapper" and a console program. The task of the console program is to copy Icons and Version Informations ...
3
votes
1answer
267 views

Determine where MZ exe ends, and LE/LX/PE starts

I wonder what's the best way to determine where the MZ part of an EXE file ends, and the attached extended executable starts (can be PE/LE/LX/NE/COFF etc ...). I found this website: ...
2
votes
2answers
366 views

Executing .exe file from java application

I wrote a C program that simply delete the folder called myFolder.txt I want to execute the .exe file from a java application. So, I used the following code: try { Runtime rt = ...
0
votes
2answers
167 views

Difference between Microsoft compiler and GNU compiler, in terms of output executable file size

Suppose I have the following program: #include <stdio.h> int main() { printf("This is a sample C program.\n"); return 0; } If I compile it with the Microsoft compiler (cl.exe /O1 ...
0
votes
4answers
113 views

Executable file run on double click

I have written and compiled a program in c using gcc through cygwin, and everything works fine when I run the program from the command line; however, when I double-click the executable file, the ...
0
votes
3answers
731 views

Create EXE output from a C project in NetBeans on Windows?

I'm new to NetBeans. I am using NB on my PC. I just cleaned & built a project and the output was: CLEAN SUCCESSFUL (total time: 1s) make: Nothing to be done for `all'. BUILD SUCCESSFUL (total ...
-1
votes
1answer
412 views

add icon to exe file ,when exe file dont have resource section

how can add icon to exe file when that exe file dont have resource section? exe file dont have resource section because it configured for tininess my coding environment is c/c++ in windows ...
-4
votes
2answers
346 views

is it possible to compile C files to an .app instead of a .exe file?

if there is no way to turn your C files to a .app macintosh executable, then how do you even create any mac apps? UPDATE: It was because I didn't have GCC installed.
-3
votes
2answers
296 views

Any way to run a .exe without complaints from Windows? [closed]

I need to write a very basic program in C to do some calculations for a colleague at work (not at all an entirely IT literate workplace) and from my experience, running any .exe in windows (7) makes ...
-1
votes
6answers
5k views

How do I create a .EXE from a .C file on Windows?

I would like to know if it is possible to create a .EXE from a .C file without using any compiler on Windows ?
0
votes
5answers
2k views

preventing an exe file from closing [duplicate]

Possible Duplicate: How to stop C++ console application from exiting immediately? I created an exe file in c. When I run it command prompt opens and then closes quickly and I cannot see the ...
1
vote
1answer
193 views

Determining the value of the variable from exe file

Consider that i have a program that prints the value of a variable. Lets term that variable as 'i'. The binary file is of '.exe' format. How to determine the value of 'i' and also understand that the ...
2
votes
2answers
398 views

Why does an EXE file that does *nothing* contain so many dummy zero bytes?

I've compiled a C file that does absolutely nothing (just a main that returns... not even a "Hello, world" gets printed), and I've compiled it with various compilers (MinGW GCC, Visual C++, Windows ...
1
vote
3answers
562 views

C++ Win32 Replace Strings in an Executable

I'm looking for a good way to replace several strings inside a native win32 compiled exe. For example, I have the following in my code: const char *updateSite = "http://www.place.com" const char ...
2
votes
3answers
219 views

Compiling into executable file

I am currently writing a programming language in C/C++ as an exercise (but mostly for fun). At the moment it compiles into a list of commands that are then executed (kind of like a low-level API). ...
0
votes
1answer
595 views

Problem creating an exe from C

I've made a small application in C with Netbeans. I've ran the application in Netbeans and it created an exe. I used that exe and it worked fine on my comp but when I move it to other comp it says: ...
0
votes
1answer
150 views

Due to Shared memory, when MS Visual C 6.0 DLL crashes it also causes VB 6 EXE to crash

I have a problem where Due to Shared memory, when MS Visual C 6.0 DLL crashes it also causes VB 6 EXE to crash. Our main program EXE is written in VB 6. It calls plug-ins (DLL's) for the various file ...
0
votes
4answers
344 views

Create a new EXE from within C

Am working in VC++ 2008 (express) and I would like to write something in C that creates an "empty" exe that I can later call LoadLibrary on and use BeginUpdateResource, UpdateResource, ...
4
votes
7answers
4k views

Convert console exe to dll in C

I am interested in calling SoX, an open source console application, from another Windows GUI program (written in Delphi naturally). Instead of dealing with scraping and hiding the console window, I ...