Article ID: 107691
Article Last Modified on 11/6/1999
DebugOptions=0X0000
DebugFilter=0X0000
DebugTaskFilter= ; leave it blank
and add the following new section to your SYSTEM.INI file:
[Debug]
OutputTo=NUL
The setting for the OutputTo entry in the SYSTEM.INI file disables the
default debug kernel output to the AUX device (which maps to the COM1
port). This setting is recommended because the DBWIN Windows sample
application can be used to redirect output to either COM1 or COM2.
IMPORTS
_DebugOutput = KERNEL._DebugOutput
The leading underscore in the function name and the capitalization of
the name are important because the DebugOutput function is declared
using the C calling convention.
DebugOutput( DBF_TRACE | DBF_APPLICATION, "This is a trace
message.");Additional query words: 3.10
Keywords: kb16bitonly KB107691