ILindoSettings.DLLPath

Syntax

DLLPath: String;

Description

The DLLPath property determines path to the LINDO library.

Comments

The path should contain name of the LINDO library file.

The LINDO library is by default located in the S\bin\win32\ or S\bin\win64\ folder, depending on the bitness of the version used, where S is the path to the folder with installed LINDO. The library file is named lindoX.dll, where X is a LINDO version number. For example, the LINDO 8.0 library will be named lindo8_0.dll, the 64x LINDO 9.0 library will be named lindo64_9_0.dll.

Example

The property use is given in the example for ISmNonLinearOptimization.LindoSettings.

See also:

ILindoSettings