An executable file causes a computer "to perform indicated tasks according to encoded instructions," as opposed to a data file that must be parsed by a program to be meaningful.
0
votes
1answer
26 views
How do I set up GCC Compiler to Save Executables to a Subfolder?
I do a LOT of programming in my C++ class, and I have about 60 .cpp, .o, and .exe files all piled together in one folder. Is there any way that I can tell the compiler to save the executable file to ...
2
votes
1answer
18 views
Make an AppJS project into a single exe
I have been reading online for days and I am unable to find a solution for this that I can get working.
I would like a single exe file that unpacks to temporary location when you run the file which ...
0
votes
0answers
11 views
Silverlight OOB as an Executable
Ok ... this one is really getting me frustrated.
We have all our Silverlight apps in one solution and trust me, it is better that way. However, one of the projects is a desktop application (or Out ...
0
votes
0answers
12 views
Making RUBY Ocra work for library that requires include module
I have created a ruby executable in windows using OCRA. i am using it for few years now and works well no complains with it.
but today when i created and distributed a exe that contain Include module ...
1
vote
1answer
21 views
Running make run 2 times on a makefile
I'm running a two executalble makefile, and I got this problem:
Everytime I do a make run (heuristica or otimo) it runs the otimo and then runs the exe I've said to run (if I choose otimo then it runs ...
0
votes
1answer
19 views
PROC : Regarding proc Executable size difference
2 years back , I have compiled the proc test.pc and create the executbale "test" .
Now same proc program I have compiled ,
but executable size is different compare to previous one(i didn't change ...
0
votes
1answer
35 views
Why does a binary of one OS (Windows) does not run in other ( Linux) for same underlying architecture? [closed]
It may be a trivial question but I have hard time to explain to my little brother that a Windows binary will not run in another different OS like Linux even when both the OS are running in the same ...
0
votes
1answer
39 views
Runnable .jar or.exe file doesn't run correctly
I've created the application in java-eclipse that when pressing a random key on a keyboard it prints random .pdf file with a printer. The application work well when i run it in eclipse, but when i ...
1
vote
2answers
104 views
+50
How to encode external files that come with the .exe
So I made an application with visual 2012 that loades images and shaders (plain text). But really, I don't want people to open the images and shaders and mess around. How can I compress all this ...
2
votes
2answers
68 views
Create a Windows executable (.exe) from Batch and Vbscript
It is asked me to create a Windows executable (.exe) from scripts written in batch and vbscript. unluckily I don't know which tool use to realize that. Therefore Let me ask you some questions which ...
1
vote
0answers
44 views
Why does easy_install work with some Windows binaries?
Background
Windows does not include a compiler by default, and installing a compiler (and perhaps configuring Python to use it) is a complicated enough task that many developers avoid doing so. To ...
12
votes
2answers
94 views
Converting HTML + JavaScript to an exe
There is actually a topic asking a very similar thing, however the information there is either out of date (broken links, discontinued solutions) or not suitable for my needs.
I have a showcase for ...
0
votes
2answers
36 views
Is it possible to use multi conditions in PHP switch resultant with multi actions (executible codes)?
Is it possible to use multi conditional statement in PHP (switch) resultant with multi conditional (executable codes)? The code might be look like this:
In case of $fifth only was 9, $fifth -= ...
2
votes
1answer
33 views
How to call a process from an .exe file
I have a program called test.exe. The program was written in python/pyqt4. At some point along the code I want to trigger a restart of the application so I need to create a detached process which runs ...
0
votes
1answer
12 views
How to configure Arch Linux to set executable bits during Tycho build for Eclipse RCP
In relation to my other question concerning cross-platform Tycho builds of an Eclipse RCP-based application, I have managed to get the build to produce the desired results (products including ...
0
votes
3answers
39 views
Run multiple executables all at once
I have a C Sockets application, different executables of which must run at same time all at once, preferably in different terminals. How do I do it?
For example, there are four exes, ./one, ./two, ...
2
votes
1answer
98 views
How to run a ghc compiled binary on other machines?
This post is really informative on what I'm trying to achieve.
I produced a simple HelloUnix binary.
$ echo 'main = putStrLn "Hello Unix"' > HelloUnix.hs
$ ghc -static --make HelloUnix.hs
Which ...
-1
votes
0answers
26 views
Why can't I find the httpd.exe file after downloading Apache [closed]
I am trying to setup a Redmine server, which requires me to install Apache. It suggests me to install it from this link http://httpd.apache.org/download.cgi, and to download a 2.2.x version and ...
0
votes
1answer
39 views
Is it possible to use InstallShield to install more than one .exe files?
I have completed a project on VisualStudio and I have built the .exe file of this project. I wanted to make an installer that will include this .exe file as well as the postgreSQL and perl executable ...
0
votes
0answers
13 views
Extract data from a video game executable (during runtime)
So, suppose we have this video game, and want to extract some data which is not explicitly stored. How do we go about it? I have never done it, so I guess I need to be nudged in one direction or ...
0
votes
1answer
30 views
Check if flash movie is executable or embedded
I'm building an interactive menu that will either be executed as an executable file (redundancy, yeah) in windows, or will be embedded on a webpage on mac. Is there any way to compare the root.parent ...
1
vote
1answer
45 views
How to covert .m matlab file to exe
I have a .m matlab file that I want to covert it to executable
but the problem I follow the steps written in youtube videos but still there is a problem
I think the main problem is that I have ...
0
votes
2answers
31 views
program to install firefox exetension in windows?
Is it possible to build a installer(or program) in windows 7, that can install extension to firefox (if the browser installed on the machine).
or atleast help me by providing command to install ...
0
votes
0answers
16 views
recovering stripped executable binary
I have a few questions regarding binary symbol stripping.
if linux ELF file is compiled with "dynamically linked" option with glibc
and stripped, can I somehow recover the glibc symbols without ...
0
votes
1answer
36 views
How to converter Pyw to executable in Ubuntu?
i have a wxPython(with Python 2.7 64x) script, and this script was been created on Ubuntu 12.
Well, i wanna execute this wxPython as executable on Windows(doubleclick), but on Ubuntu.
I tried change ...
0
votes
0answers
35 views
Not seeing any messages on command prompt but logs are being updated while running command line application?
I have created command-line application using JavaFX deployment task.
<fx:deploy width="800" height="600" nativeBundles="all" outdir="${dist}/winx86" outfile="${commandlineapp.name}" ...
0
votes
2answers
44 views
Execute code on client side
I have a requirement where a jar deployed onto client side needs to be executed when a user click on a link on web page [it's an internal webpage]. To elaborate, I have a web page which provides ...
0
votes
0answers
12 views
Adobe AIR how to include style SWF in windows native executable using ADT command
'adt -package -target native MyApp.exe MyApp.air' successfully creates a Windows executable.
Need to include a style sheet in the MyApp.exe. Its in the style sub-directory.
When I use 'adt -package ...
0
votes
0answers
15 views
Include libraries in executable
How can I include the libraries I'm using in my C++ program (sqlite3, vector, etc.) in an executable file fully functioning I can give to my friends?
-1
votes
1answer
68 views
Running an executable (.exe) within a JFrame [closed]
I am currently working on a project in Java where we have to use an avatar created by someone else. This avatar is a graphical executable. It communicates with the Java application through xmlrpc.
I ...
0
votes
0answers
28 views
Matlab System Function, freezing
I'm currently using the system() function in Matlab (on mac osx) to run a Unix executable file that I created using c++. I'm going through a for loop and running the executable thousands of times with ...
0
votes
0answers
42 views
Executable path from fd inode in a linux kernel module
Given a inode that exists in /proc/**/fd/*
And a Linux Kernel Module that needs to find the executable path from the symbolic link /proc/**/exe
How could I implement this so that from a inode ...
1
vote
1answer
29 views
Making an executable from ruby files using Ocra, LoadError?
I'm trying to make an executable from a couple ruby files on Windows, so I installed Ocra. I thought I understood the process of how Ocra works, but can't seem to get the executable working correctly. ...
0
votes
1answer
65 views
CMake: 'AUTOMOC' feature skips sources of executable targets?
There is a medium-sized project with a top level CMakeLists.txt which defines some common stuff and invokes the configuration of all artifacts (subprojects) in the project like this:
...
0
votes
1answer
31 views
Processing exported executable references
I want to export from processing an executable.This happens normaly but it makes also 2 folders one source and one lib that stors the .pde and the .jar files that the executable needs. I want to make ...
0
votes
1answer
119 views
Running a Windows executable file from within R with command line options
I am trying to call a Windows program called AMDIS (http://chemdata.nist.gov/mass-spc/amdis/downloads/) from within R using the call
system("C:/NIST08/AMDIS32/AMDIS_32.exe /S ...
1
vote
1answer
45 views
C++ executable opens a command window
I have this very simple C++ class which just opens a blank Windows window, but I've noticed that everytime I double click the .exe, it opens the window, but it also opens a command prompt window too.
...
-1
votes
1answer
33 views
Trouble making an executable jar [closed]
When trying to make an executable jar in Netbeans, I get the error message saying that a folder is either a directory or can't be read, If needed I can provide pictures of the problem
-3
votes
1answer
71 views
Creation of executable for java application which read configuration file at runtime [closed]
I want to create a executable file for my java desktop application which can read configuration file at runtime. I am using Launch4j for creating exe file, but it doesn't able to read configuration ...
6
votes
2answers
162 views
Is it possible to produce stand alone haskell executable
Is there any way to produce stand alone haskell executable to run on different linux machines assuming the architecture is similar?
Sorry I should have been clearer. The other machines might not ...
0
votes
1answer
52 views
Nodejs Child Process with Unix Executable
I'm having a problem with the 'child_process' module and an executable program. I want to pipe the stdout from the executable to my node process.
I have no problem getting this to work with simple ...
0
votes
0answers
13 views
Comparison of Application Format Across Major Operating Systems
What is the standard way to run or package applications on Mac, Windows, Linux, or any other major operating system? How are these applications (app, exe, etc.) formatted or how do they work? For ...
0
votes
3answers
94 views
testing Embedded C
I am using CCS, Inc. PCWHD Version 4
I am asked to compile and run C files on CCSC compiler, but the problem is unlike GCC and turbo it is not giving ".exe" (application file) on compilation. I am ...
0
votes
1answer
19 views
how to make executable executing within one specific directory only (executable source code available)
how to prevent tool (executable) executing from any other directories except specified one? May edit tool source code and recompile it. Linux-based OS.
1
vote
2answers
397 views
How can I change the default .exe icon in Visual Studio 2012 (C++)
I was wondering if there was a way to change the default icon that VS2012 makes when I compile my app. Just for those wondering, I am trying to change the .exe program's icon, not the window icon at ...
2
votes
3answers
66 views
How to create an executable jar folder?
I am trying to create an executable jar file that a user can just click on and execute the code. I have done some research but almost all of the examples are for single files. I currently have all my ...
1
vote
1answer
18 views
Running multiple executables linked to 0x400000
I'm interested in operating systems topic and I have a dummy question. Standard PE executable files are linked to 0x400000. My question is how can operating system load multiply executables with same ...
0
votes
1answer
27 views
Program opens all applications
In my program, I have stored an ArrayList of all of my desktop icons locations. My problem is that when I click on one icon, my computer tries to open every last program, folder and file all at one ...
0
votes
1answer
53 views
How to make an executable text file
I am using Ubuntu, and I would like to make an executable text file. I have seen some source code of an executable text file, but I can't seem to understand anything. Could someone please show some ...
2
votes
2answers
93 views
System calls, shell commands and programs
I'm trying to understand how programs, shell commands and operating
systems work. Please excuse my ignorance since I'm new to this.
When I use a C compiler on the command line, when I type cc
...







