Missing functions from the C API

Hi,

These are few functions which I find missing from the C API (please correct me if I’m wrong):

  1. A function which returns the library version number
  2. A function which translates an API error code to text.
  3. A function for getting current license state, such as number of activations and remaining activations.

Again, if I’m wrong about these functionalities, please correct me. Otherwise, I would appreciate if such capabilities will be added to the library.

Hi,

As far as 1st and 3rd functions are concerned they are not part of the library, but are on the roadmap.

2nd function can be implemented as all the required info is present in the LexStatusCodes.h file.