1. About.com
  2. Computing & Technology
  3. C / C++ / C#

Discuss in my forum

Definition of EXE

By , About.com Guide

Filed In:
  1. Glossary
  2. > E
Definition: Exe is short for executable and is the extension for an application on Win 32 or .NETplatforms.

An exe is produced by compiling source code into object code then linking it into machine code and writing that to the exe file.

A dll is similar to an exe but is not directly executable. Functions in the dll are called from the main exe. It provides a way to split what would be a very large exe into an exe plus one or more dlls.

Glossary:

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Also Known As: executable, program file
Examples:
My main exe was 2Mb in size.

©2012 About.com. All rights reserved. 

A part of The New York Times Company.