Error Listing

If the Compiler detects any errors, it creates an error listing file named err.txt instead of an object file. The compiler generates this file in the same directory as the source code file (refer ERRORFILE: Error Filename Specification).

The open Compiler window displays the full path of all header files read. After successful compilation the window also displays the number of code bytes generated and the number of global objects written to the object file.

If you start the Compiler from an IDE (with '%f' given on the command line) or CodeWright (with '%b%e' given on the command line), the Compiler does not produce the err.txt error file. Instead, the Compiler writes the error messages in a special format in a file called EDOUT using the default Microsoft format. You may use the CodeWrights' Find Next Error command to display both the error positions and the error messages.