/VERBOSE (Windows CE 5.0)
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