Prerequisites

Before you can run some of the code samples in the ConnectorLib C++ SDK, you must obtain some third-party libraries and set some environment variables:

Code sample Required third-party libraries Environment Variables
Example File System Connector

Boost

SQLite

BOOST_DIR - the directory that contains the Boost include files

BOOST_LIB_DIR - the directory that contains the Boost static libraries

SQLITE_DIR - the directory that contains the SQLite (version 3) include files

SQLITE_LIB_DIR - the directory that contains sqlite3.lib

Incremental Synchronize
Synchronize With Progress

Boost

BOOST_DIR - the directory that contains the Boost include files

BOOST_LIB_DIR - the directory that contains the Boost static libraries