eOption

LMX_OPT_EXACT_VERSION

When this flag is enabled, the feature version specified in the license must exactly match the requested version in the checkout call.

When this flag is disabled, features can be checked out if their version is equal to or less than the version specified in the license.

With this flag disabled, you can provide licenses that will be "future proof" up to a certain feature version.

For example, say you are currently shipping version 1.3 of your software, but will soon ship version 1.5, and want to offer your customers an update promotion that lets them buy the current version now and receive version 1.5 for free when it ships.

To do this, you would set the feature version to 1.5 in the provided license, which will then work with both the current version and with version 1.5 once it is released, but will not work with any versions later than 1.5.

If this flag is enabled, however, the license will work only with the specified feature version.

pSetting

Possible values:

An integer, as follows:

0 (disabled)
1 (enabled)

Default value:

0 (disabled)