Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The linker sends information about the progress of the linking session to the Output window.
/VERBOSE[:LIB]
On the command line, the information is sent to standard output and can be redirected to a file.
Command Line | Description |
---|---|
/VERBOSE | Displays details about the linking process. |
/VERBOSE:LIB | Displays progress messages indicating just the libraries searched. |
The displayed information includes the library search process and lists each library and object name (with full path), the symbol being resolved from the library, and a list of objects that reference the symbol.
See Also
Send Feedback on this topic to the authors