ASPxHyperLink

Search Site

Google Search
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

View documentation

C#
C++
Fortran
Since VLXE for Excel is written in C# the interface used is made available for customer that wants to use the SDK through C#.
All the needed classes are included in the dll: VLXE.Support.dll making it very easy to get started using .NET
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#   

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, add a reference to VLXE.Support.dll and copy the source code for creating and calling the calculations.