Engine Developer Guide

Engine Developer Guide

Guidelines for C and C++ API on Windows

Guidelines for C and C++ API on Windows

On a Windows machine, you can find the C and C++ API in the
CM_Engine.lib
file in the following directory:
<INSTALL_DIR>\DataTransformation\api\include
Perform the following actions to use the C and C++ API in a Microsoft Visual Studio project:
  1. In Microsoft Visual Studio, open the
    Project Properties
    window.
  2. Expand the navigation tree and click
    Configuration Properties
    C/C++
    Code Generation
    .
  3. Set the
    Runtime Library
    property to Multi-threaded DLL (/MD).

0 COMMENTS

We’d like to hear from you!