PRB: LNK1120 Error Gives You the Number of Unresolved Externals (815650)
The information in this article applies to:
SYMPTOMS When you
build a C application or a C++ application, and the linker cannot resolve external symbols, you may
receive the following LNK1120 linker error message: fatal error LNK1120: x unresolved
externals where x is the number of external symbols that the linker cannot resolve. RESOLUTIONTo resolve the LNK1120 errors, use the following /LIBPATH option: /LIBPATH:dir where dir specifies a path that the linker searches before it searches
the path that is specified in the LIB environment variable. For more information, visit the following Microsoft Developer Network (MSDN) Web site:
STATUS This
behavior is by design.
Modification Type: | Major | Last Reviewed: | 7/25/2003 |
---|
Keywords: | kbprb kberrmsg KB815650 kbAudDeveloper kbAudITPRO |
---|
|