Engine Developer Guide

Engine Developer Guide

Guidelines for C and C++ API on Solaris

Guidelines for C and C++ API on Solaris

On a Solaris machine, you can find the C and C++ API in the
libCM_Engine.so
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:
CC -mt -DIFUNIX -xarch=v8plus -I${IFCONTENTMASTER_HOME}/include -c source.cc CC -mt -xarch=v8plus -o <application_name> source.o -L${IFCONTENTMASTER_HOME}/bin -lCM_Engine

0 COMMENTS

We’d like to hear from you!