The following steps are required to use the GXCNT driver with C/C++ development tools:
Include the GXCNT.H header file in the C/C++ source file that uses the GTX2200 function. This header file is used for all driver functions. The file contains function prototypes and constant declarations to be used by the compiler for the application.
Add the required .LIB file to the projects. This can be the import library GXCNT.LIB for Microsoft Visual C++ for 32-bit applications, GXCNT64.LIB for 64-bit applications and GXCNTBC.LIB for Borland C++. Windows- based applications that explicitly load the DLL by calling the Windows LoadLibrary API should not include the .LIB file in the project.
Add code to call the GXCNT library functions as required by the application.
Build the project.
Run, test, and debug the application.