You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the gencmp client on a cross platform solution (Linux / windows) but unfortunately i cannot make it compile on windows due to some errors:
Also on linux which was able to compile the solution I was no able to 'use' the libgencmp due to some mismatches in the documentation such as 'STORE_load()' method that in the documentation examples the method requires two attributes but when trying to compile it shows an error that requires THREE attributes, is it possible to have a reliable example to start working with the library?
The text was updated successfully, but these errors were encountered:
So the second part of the issue report above was already solved - just make sure to pull the latest version to take advantage of that.
Several examples of using STORE_load() can be found in src/cmpClient.c.
I am trying to use the gencmp client on a cross platform solution (Linux / windows) but unfortunately i cannot make it compile on windows due to some errors:
Also on linux which was able to compile the solution I was no able to 'use' the libgencmp due to some mismatches in the documentation such as 'STORE_load()' method that in the documentation examples the method requires two attributes but when trying to compile it shows an error that requires THREE attributes, is it possible to have a reliable example to start working with the library?
The text was updated successfully, but these errors were encountered: