What’s new in Client-Library

Version 12.5.1 provides the following new features:

To allow these features, you must set the cs_context structure with version CS_VERSION_125, using cs_ctx_alloc, as follows:

retcode = cs_ctx_alloc (CS_VERSION_125, context);
if (retcode != CS_SUCCEED)