BCX COM Interface
$COM_TRACE directive
When this directive is used, BCX will create a trace log file on C drive named: "c:\com_trace.txt" and log all operations with COM objects to this file.
Trace log file is overwritten with each start of program that has the
$COM_TRACE
directive enabled.
The purpose of trace log file is to identify bugs and solve COM parsing problems.
If you experience some problems using COM objects in BCX and/or think that you have found some bug, it would be helpful to post contents of trace-log file together with sample program to the BCX support forum.
Related topics: Object data type definition | List of all COM Interface Functions