Top "Executable" questions

An executable is a binary file that can be executed by the operating system.

cannot execute binary file

I have a binary executable that's a part of an academic software package I've downloaded. I can't seem to get …

binary executable ldd
possible to run RShiny app without opening an R environment?

Currently I have a R shiny app, to run it I open up RStudio and execute setwd("C:/Users/Me/…

r shiny executable
How to set processor affinity on an executable in Windows XP?

I have a quad core system with third party application that once in a while spins several processes (always the …

windows-xp executable processor affinity
Fixing file permissions after modifying in C++?

I'm saving my data in the executable file of the program. I copy it to a temporary file, overwrite a …

c++ linux executable file-permissions self-modifying
What Can I Do To Reduce My Executable's Size (Delphi)?

I release a single executable (.EXE) for a desktop program using Delphi 2009. I have no external DLLs or resources that …

delphi build-process executable
Make Executable Binary File From Elf Using GNU objcopy

I'd like to copy an executable ELF file via: $ objcopy -O binary myfile.elf myfile.bin Unfortunately: $ chmod +x myfile.…

linux file executable gnu objcopy
Executing python script in android terminal emulator

I installed python 2.7 in my Android device and I tried executing a python script by typing the command in terminal …

android python executable terminal-emulator
How to tell if a .NET application was compiled in DEBUG or RELEASE mode?

I have an application installed on my computer. How do I find out if it was compiled in DEBUG mode …

.net executable debug-symbols compiler-options
Visual Studio: how to create a project that would compile 2 exe files?

So I have main.cpp and main2.cpp with int main in each. I want to get 2 exes out of …

c++ visual-studio visual-studio-2008 executable