ASPxHyperLink

Our mission

To deliver user-friendly software and solutions to handle complex fluids.

Focus areas: Polymer, coPolymer, association fluids, polar fluids and heavy oil's + more...

SDK - Information
The VLXE SDK provides an interface to the VLXE dll.
The interface allows users to call the dll directly from there own computer code.

All the models and calculations in VLXE are available to the user.
When designing the interface simplicity was emphased so the SDK can be used from all common programming languages.
Example code is given for:

Download documentation for the VLXE SDK

See documentation

C++
C#
Fortran
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.