The Compiler Messages panel is used by the Fore language compiler to display system information about compilation of development environment objects.
Open the Compiler Messages panel


Each message includes the following information:
Message text. It displays message text generated by the compiler.
Unit. It displays name of the unit, to which this message refers (if there are several running units).
Row. It displays the number of the row where an error occurred while debugging a program.
Double-click a message to go to the code row where an error occurred during compilation.
A pop-up menu with the following options is available for messages:
Copy. It copies error information to clipboard.
Error or Warning Help. It opens the Help section, which describes corresponding message of the Fore compiler.
See also: