-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

This option enables the usual standard streams with Windows applications. Text written into the streams does not appear anywhere unless explicitly requested by the calling application. This option determines whether error file text written 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