To use API function library, it is necessary to link proper library to finished project. The way to do it is different by language.
- For Visual Basic.NET, use the VB file in path of sample programs.
Driver name |
Standard module name |
Digital I/O |
CCAPDIO.VB |
Analog I/O |
CCAPAIO.VB |
Counter |
CCAPCNT.VB |
Temperature/Resistance |
CCAPPT.VB |
- For Visual C#, use the CS file in path of sample programs.
Driver name |
Standard module name |
Digital I/O |
CCAPDIO.CS |
Analog I/O |
CCAPAIO.CS |
Counter |
CCAPCNT.CS |
Temperature/Resistance |
CCAPPT.CS |
Making program in Visual C++, is making executable file by making project, compiling and linking. On the time of compiling, the header files for C language are included into application program. And on the time of linking, add import libraries to project to link. The header files and libraries are where sample programs are.
Driver name |
Header file |
Library |
Digital I/O |
CCAPDIO.H |
CCAPDIO.LIB |
Analog I/O |
CCAPAIO.H |
CCAPAIO.LIB |
Counter |
CCAPCNT.H |
CCAPCNT.LIB |
Temperature/Resistance |
CCAPPT.H |
CCAPPT.LIB |
* The contents of header files supplied may be changed by version-up. Please use these header files without changing contents of them.