Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.1 KB

dot-exp-files-as-linker-input.md

File metadata and controls

15 lines (12 loc) · 1.1 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: .Exp Files as Linker Input
.Exp Files as Linker Input
11/04/2016
exporting functions
import libraries, linker files
linking [C++], exports
exporting functions, information about exported functions
exporting data, export (.exp) files
functions [C++], exporting
.exp files [C++]
EXP files
399f5636-0a4d-462e-b500-5f5b9ae5ad22

.Exp Files as Linker Input

Export (.exp) files contain information about exported functions and data items. When LIB creates an import library, it also creates an .exp file. You use the .exp file when you link a program that both exports to and imports from another program, either directly or indirectly. If you link with an .exp file, LINK does not produce an import library, because it assumes that LIB already created one. For details about .exp files and import libraries, see Working with Import Libraries and Export Files.

See also

LINK Input Files
MSVC Linker Options