Wednesday, March 15, 2006

Visual C++ Linker Options

LINK is a 32-bit tool that links Common Object File Format (COFF) object files and libraries to create a 32-bit executable (.exe) file or dynamic-link library (DLL).

The table below is a comprehensive list of options for LINK.exe. This section also includes information on:
Compiler-Controlled LINK Options
LINK Input Files
LINK Output
Reserved Words

Linker options specified on the command line are not case sensitive: /base and /BASE mean the same thing.

You can specify some linker options via the comment pragma.
Visual C++ Linker Options