How to Use PCSAPI

You can write application programs using the PCSAPI in C or C++. To develop a PCSAPI application, do the following:
  1. Prepare source code and add the appropriate PCSAPI calls.
  2. Include the header file PCSAPI.H in the application program.
  3. Compile the source code.
  4. Link the resultant .OBJ files with the appropriate object file or libraries.

    You must also link it with the PCSAPI import library, PCSCALLS.LIB for 16-bit and PCSCAL32.LIB for 32-bit.