Specifications
Chapter 2. Development Environment and Procedures
41
2.4.9 Output from the BHT-BASIC 3.5 Compiler
The BHT-BASIC 3.5 Compiler outputs the following information as well as object programs to
the destination depending upon the conditions.
Output Destination Conditions
Object file File XXX.OBJ (in the direc-
tory where the source pro-
gram is located)
When the specified source
program has been normally
compiled without occur-
rence of a compiling error.
User program File YYY.PD3 (in the direc-
tory where the project is
located)
When the specified project
has been normally built with-
out occurrence of a compil-
ing error or linking error.
Library file File YYY.LIB (in the
directory where the project
is located)
When the specified project
has been normally built with-
out occurrence of a compil-
ing error or library error.
Error message
(Syntax error)
File XXX.ERR (in the direc-
tory where the source pro-
gram is located)
If a compiling error is
detected during compilation
of the specified source pro-
gram.
File YYY.ERR (in the direc-
tory where the project is
located)
If an error is detected during
building of the specified
project.
Error message
(Fatal error)
Main window If a fatal error is detected
during compilation of the
specified source program.
Debug
infor-
mation
Source line–
Address
information
File XXX.ADR (in the direc-
tory where the source pro-
gram is located)
If the Debug information file
check box is selected in the
Set Options dialog box.
Label–
Address
information
File XXX.LBL (in the direc-
tory where the source pro-
gram is located)
Variable–
Intermediate
language
information
File XXX.SYM (in the direc-
tory where the source pro-
gram is located)