Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.04 KB

linker-tools-error-lnk1120.md

File metadata and controls

18 lines (14 loc) · 1.04 KB
title description ms.date f1_keywords helpviewer_keywords ms.assetid
Linker tools error LNK1120
Describes the LNK1120 linker error, which reports the number of unresolved external symbol errors in the link.
10/31/2019
LNK1120
LNK1120
56aa7d36-921f-4daf-b44d-cca0d4fb1b51

Linker tools error LNK1120

number unresolved externals

Error LNK1120 reports the number of unresolved external symbol errors in the current link.

Each unresolved external symbol first gets reported by a LNK2001 or LNK2019 error. The LNK1120 message comes last, and shows the unresolved symbol error count.

Important

You don't need to fix this error. This error goes away when you correct all of the LNK2001 and LNK2019 linker errors before it in the build output. Always fix issues starting at the first reported error. Later errors may be caused by earlier ones, and go away when the earlier errors are fixed.