Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 897 Bytes

linker-tools-warning-lnk4022.md

File metadata and controls

15 lines (12 loc) · 897 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Linker Tools Warning LNK4022
Linker Tools Warning LNK4022
11/04/2016
LNK4022
LNK4022
890f487e-db98-45dd-a226-c7ccead82b1e

Linker Tools Warning LNK4022

cannot find unique match for symbol 'symbol'

LINK or LIB found multiple matches for the given undecorated symbol and it could not resolve the ambiguity. No output file (.exe, .dll, .exp, or .lib) is produced. This warning is followed by one warning LNK4002 for each duplicate symbol and is finally followed by fatal error LNK1152.

To prevent this warning, specify the symbol in its decorated form. Run DUMPBIN on the object to see decorated names.