-WStdout: Write to Standard Output

Group

MESSAGES

Scope

Compilation Unit

Syntax
  -WStdout(On|Off) 
  
Arguments

None

Default

Output is written to stdout

Defines

None

Pragmas

None

Description

The usual standard streams are available with Windows applications. Text written into them does not appear anywhere unless explicitly requested by the calling application. This option determines if error file text to the error file is also written into the stdout file.

Example
  -WStdoutOn: All messages written to 
  stdout 
  
  -WErrFileOff: Nothing written to 
  stdout 
  
See also

-WErrFile: Create "err.log" Error File

-WOutFile: Create Error Listing File