Importing the SDK Files

Upon downloading the Usage Intelligence C/C++ SDK, you find two header files, ruiSDKC.h and ruiSDKDefines.h, plus two shared libraries, librui_<version>.x64.so and librui_<version>.x86.so . The <version> element will reflect the current shipping version of the libraries.

The .h files and the shared library of choice (x64 for 64-bit or x86 for 32-bit) should be copied into your source directory. You must also do an #include to include the header files. The shared library (x86 or x64) must be copied to your binary path, depending on the architecture that you are targeting.

Note:If you plan to integrate the Usage Intelligence SDK into a plug-in framework and expect to have plug-ins that are also using Usage Intelligence , there are special considerations on how this integration is to be done. Please contact Usage Intelligence support (support@revenera.com) for more information.

In order to download the Usage Intelligence SDK, go to the following page in the Revenera Community:

Usage Intelligence SDK Download Links and API Documentation