1. Home
  2. Computing & Technology
  3. C / C++ / C#

Definition of EXE

By , About.com Guide

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.
Explore C / C++ / C#
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. C / C++ / C#
  4. Glossary
  5. EXE - Definition

©2009 About.com, a part of The New York Times Company.

All rights reserved.