How to Use PCSAPI
You can write application programs using the PCSAPI in C or C++.
To develop a PCSAPI application, do the following:
- Prepare source code and add the appropriate PCSAPI calls.
- Include the header file PCSAPI.H in the application program.
- Compile the source code.
- 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.