Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 957 Bytes

linker-tools-warning-lnk4070.md

File metadata and controls

17 lines (13 loc) · 957 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Linker Tools Warning LNK4070
Linker Tools Warning LNK4070
11/04/2016
LNK4070
LNK4070
f95f179a-fff9-427e-bd51-466b3934517f

Linker Tools Warning LNK4070

/OUT:filename directive in .EXP differs from output filename 'filename'; ignoring directive

The filename specified in the NAME or LIBRARY statement when the .exp file was created differs from the output filename that was either assumed by default or specified with the /OUT option.

You will see this warning if you change the name of an output file in the development environment and where the project's .def file was not updated. Manually update the .def file to resolve this warning.

A client program that uses the resulting DLL might encounter problems.