NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

/VERBOSE (Print Progress Messages)

/VERBOSE[:LIB]

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 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

Setting Linker Options | Linker Options | FAQ: Building Your Program