This section gives some examples showing how to compile and link typical ECI applications in the various client environments.
Use | File | 32-bit support | 64-bit support |
---|---|---|---|
ECI V2 | ctgclient_eci.h and ctgclient.h | ✓ | ✓ |
ESI V2 | ctgclient_esi.h and ctgclient.h | ✓ | ✓ |
When compiling C programs, you might need to pass structures to the external CICS® interfaces in packed format. If this is the case, the C header files contain the #pragma pack directive, which must not be changed.
Refer to the Sample programs supplied with your environment for examples of compiling and linking programs.