Integrity ANSI C API
Hi All,
I am writing an application with Qt in C++ and I need to interface it with Integrity 10 to store and version some XML files.
I have seen there is a Command Line API, so with the use of Process/Thread I can make system calls to execute the desired commands.
This one way. I have also seen anyhow there is an ANCI C API. Having the library and/or the source file I could add them to the projects
and call the funtions directly. Questions:
1 - Where can I download the ANCI C API source files and/or libraries for windows and/or linux?
2 - Which are pro/cons for for the two solution?
By experience I can say that system call are not the best way to interact with another application, but is there anything else I have to take into account?
Thank you.
Best Regards,
Antonino
