Share via


/VERBOSE (Windows CE 5.0)

Send Feedback

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

Linker Options

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.