Engine Developer Guide

Engine Developer Guide

Guidelines for C and C++ API on AIX

Guidelines for C and C++ API on AIX

On an AIX machine, you can find the C and C++ API in the
libCM_Engine.a
file in the following directory:
<INSTALL_DIR>/DataTransformation/api/include
Enter the following commands to compile the program and link to the C/C++ API:
xlC_r -qthreaded -DIFUNIX -I${IFCONTENTMASTER_HOME}/include -c source.cc xlC_r -qthreaded -brtl -bM:UR -o <application_name> source.o -L${IFCONTENTMASTER_HOME}/bin -lCM_Engine
If you omit the
-bm:UR
flag and the service runs a Java document processor, set the
LDR_CNTRL
environment variable with the following command:
setenv LDR_CNTRL USERREGS

0 COMMENTS

We’d like to hear from you!