The following steps are required to use the GXDMM driver with C/C++ development tools:
Include the GxDmm.h header file in the C/C++ source file that uses the GXDMM 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 import library GxDmm.lib and GxDmm64.lib (for 64-bit applications) for Microsoft Visual C++ and GxDmmBc.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 GXDMM as required by the application.
Build the project.
Run, test, and debug the application.