Programming Using C/C++ Tools

The following steps are required to use the GX1164 driver with C/C++ development tools:

     Include the GXPRES.H header file in the C/C++ source file that uses the GX1164 function. This header file is used for all driver types. 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 GXPRES.LIB for Microsoft Visual C++ for 32-bit applications, GXPRES64.LIB for 64-bit applications and GXPRESBC.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 GX1164 as required by the application.

     Build the project.

     Run, test, and debug the application.