Compiling your C Code

You must compile your C source file and, for a generic PROGRUN, the C procedure interface file.

The batch files supplied with DP4 are useful because they include the necessary compile options. For the Microsoft C compiler (small model program) use the command:

MC my_prgrn

where my_prgrn.c is the name of your C source file. Other compilers require similar commands.