/VERBOSE   (Print Progress Messages)

OverviewHow Do ILinker Options

The linker sends information about the progress of the linking session to the Output window. On the command line, the information is sent to standard output and can be redirected to a file.

Command Line Project Settings Description
/VERBOSE Print Progress Messages Displays details about the linking process
/VERBOSE:LIB Not applicable Displays only progress messages indicating 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.

To find this option in the development environment, click Settings on the Project menu. Then click the Link tab, and click Customize in the Category box.