I have a C++ application and want to extend it with a graph tool. I found a great tool (Plotlab) with an example code (C++).
Now I was able to add the project in my project map with my app but I have no idea how I can communicate from my app code to the tool example code....
I'm using Visual Studio 2012.
If it is possible I don't want to insert all headers and source code to one project...