Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile on Windows and Visual Studio 2022 #59

Open
mendoza-dev opened this issue Apr 23, 2024 · 2 comments
Open

Cannot compile on Windows and Visual Studio 2022 #59

mendoza-dev opened this issue Apr 23, 2024 · 2 comments

Comments

@mendoza-dev
Copy link

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?
cmake result
vs compilation result
STORE_load documentation
STORE_load terminal error

@kiron-mx
Copy link
Collaborator

The documentation has been updated with the new API description of STORE_load() in commit siemens/gencmpclient@905117c

@DDvO
Copy link
Member

DDvO commented Apr 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants