Link the Executable Program

Link the executable program with QABLINK, the batch file supplied with DP4. There is an appropriate version of QABLINK for each compiler and memory model supported. Use following command: QABLINK FPROGRUN where FPROGRUN is the name of the .LNK file you have created. This will produce the executable program FPROGRUN.EXE.

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 FPROGRUN D

You do not need a command tail when running your program. To create a slightly smaller executable program you can use QABLINKS. This is similar to QABLINK, but excludes the QA Build scientific operators.