Deployment of .NET applications (Windows only)

Provides information on how to deploy an application that uses the OPL . NET interface.

The .NET API is provided as the assembly file opl\lib\oplall.dll, which uses the dynamic library opl\bin\opl<version_number>_dotnet.dll at run time. The OPL .NET API supports the .NET Framework.

More specifically, to compile and build an application that uses OPL .NET interfaces, you need:

  • one DLL file: oplall.dll, located in <Install_dir>\opl\lib

  • Microsoft .NET Framework Redistributable Package. This package is included in Microsoft Visual Studio. You can also download it for free from:

    https://www.microsoft.com/net

    The appropriate versions of Visual Studio are VS2015, VS2017, or VS2019.