Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 1.33 KB

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

File metadata and controls

23 lines (22 loc) · 1.33 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
.Exp Files as Linker Input | Microsoft Docs
11/04/2016
cpp-tools
article
C++
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
7
corob-msft
corob
ghogen

.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
Linker Options