[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 VERBOSE                       Display status information during linking
------------------------------------------------------------------------------

 Purpose  : Display status information during linking

 Syntax   : VERBOSE [0|1|2]

 Default  : Disabled

 Example  : # Create VERBOSE output and redirect to TEST.MSG
            BLINKER @TEST VERBOSE >TEST.MSG

 The VERBOSE command is used to specify to the linker that it is to display
 information regarding the current operation being performed. This command
 will slow down the linking process significantly, but provides the developer
 with a means of isolating the cause of a link time error.

 When VERBOSE is specified, Blinker displays each object module and the file
 containing it as it is processed. This output may be redirected to a file
 using standard DOS redirection if required. VERBOSE's numerical parameter
 indicates the desired level of output detail:

    0  disables VERBOSE output
    1  outputs filenames while processing
    2  outputs filenames and module names (default if no number specified)

 For an example of output generated by the VERBOSE command, see Appendix A.

See Also: BLINKER MESSAGE DUPLICATES MAP
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson