This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
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.