Linking the Executable Program

Link the executable program with QABLINK, the batch file supplied with DP4. There are versions of QABLINK for each compiler and memory model supported. (For a dedicated PROGRUN do not link PROGRUN.OBJ.)

Use the following command:

QABLINK MY_PRGRN

where MY_PRGRN is the name of the .LNK file you have created. This will produce the executable program MYPRGRN.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 MY_PRGRN D

You do not need to use 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 standard scientific functions.