In the example code there are 3 C++ classes that provide all that is needed to connect
to the VLXE dll.
One class for each of the 3 tasks:
- Write the model and parameters to the dll
- Call the calculation(s)
- Retrieve the result from the dll
The example code can be downloaded here:
Example code for SDK C++
+
Extra files for SDK
The example project is for Visual Studio 2008 but the source code can be used with
any C++ compiler.
Simple download and unzip the files.
The content is:
An example project for Visual studio 2008 is provided that shows how to connect to
the VLXE dll using C++.
If you are using a different compiler simply make a new project and copy the source
code for the 3 classes that connect to the dll.