The batch file QABLINK links your object code with DP4 object modules and libraries. There is an appropriate version of QABLINK for each compiler and memory model supported. Use the following command:
QABLINK CPROG
If you want to run the QA Build part of your program with the PROGRUN debugging option, include the command tail D with QABLINK:
QABLINK CPROG D
You do not need a command tail when running your program.
The batch file QABLINKS is similar to QABLINK, but it creates a smaller executable program by excluding standard scientific operators such as LOG and SIN.
If you are linking a non DP4 program, the object modules LCROOT2 (Lattice), MCROOT2 (Microsoft) and HCROOT2 (Metaware) provide operating system independence. However, with some of the standard C functions in your program, you may find link errors. If this happens, remove the "ROOT" module from the link line.