C/C++ Programmer's Guide (G06.25+)

Compiling, Binding, and Accelerating TNS C++
Programs
HP C/C++ Programmer’s Guide for NonStop Systems429301-008
15-12
Working in the Guardian Environment
Once Cfront recognizes errors, it stops emitting source code, and after a maximum of
13 errors, it stops compiling. When Cfront stops compiling, it terminates with the
message Process terminated with fatal errors or diagnostics.
Cfront's error and warning messages that appear in stderr are self-explanatory.
Run-Time Error Messages
C++ uses the TNS C run-time library. For a description of the TNS C run-time error
messages, see Section 20, TNS C Compiler Messages.
Binding C++ Programs
If you do not use the RUNNABLE pragma when compiling a single-module program or if
your program comprises several separately compiled modules, you must use Binder to
collect and combine the compiled modules into an executable C++ object file.
To start Binder, enter the BIND command at the TACL prompt:
10> BIND