Skip to content

Commit 7f2afb2

Browse files
author
Colin Robertson
committed
Update wording for other possible errors
1 parent 2d1cdef commit 7f2afb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/error-messages/tool-errors/linker-tools-error-lnk1120.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ translation.priority.mt:
3838
# Linker Tools Error LNK1120
3939
*number* unresolved externals
4040

41-
Error LNK1120 reports the count (*number*) of unresolved external symbol errors for this link operation. Unresolved external symbol errors are reported by [Linker Tools Error LNK2001](../../error-messages/tool-errors/linker-tools-error-lnk2001.md) and [Linker Tools Error LNK2019](../../error-messages/tool-errors/linker-tools-error-lnk2019.md), which precede this error message, once for each unresolved external symbol error.
41+
Error LNK1120 reports the count (*number*) of unresolved external symbol errors for this link operation. Most unresolved external symbol errors are reported individually by [Linker Tools Error LNK2001](../../error-messages/tool-errors/linker-tools-error-lnk2001.md) and [Linker Tools Error LNK2019](../../error-messages/tool-errors/linker-tools-error-lnk2019.md), which precede this error message, once for each unresolved external symbol error.
4242

43-
To fix this error, correct all of the LNK2001 and LNK2019 errors that precede it in the build output. This error is not reported when no LNK2001 or LNK2019 errors remain.
43+
To fix this error, correct all of the other unresolved external errors that precede it in the build output. This error is not reported when no unresolved external errors remain.

0 commit comments

Comments
 (0)