To use the C Bindings you must have chosen to install the optional bindings
code during your WebSphere MQ Everyplace installation.
The installed bindings consist of the following:
- Binary files
- These are DLLs and libraries that your applications need to link
to. Your system needs to be set up so that your compiler can access
these files. At runtime the DLL files need to be on the system
path.
The DLL files are:
- HMQ_Bindings.dll
- HMQ_bindingsAPI.dll
- HMQ_bindingsOSA.dll
- HMQ_HAL.dll
There is also a static library:
- Header Files
- These describe the C API and are installed in a directory called
'published'. The published directory must be in a path that
is accessible to your C compiler.
- Java Classes
- Some classes that are required by the C Bindings are included with the
main WebSphere MQ Everyplace classes for Java installation.
All the C Bindings files are under the CBindings
directory in the main installation directory. The binary DLLs are in
the CBindings\bin directory, the lib files are in
CBindings\lib directory, and the header files are in the
include directory under the main installation
directory.
© IBM Corporation 2002. All Rights Reserved