QX_WRAPPER

 

Enables calling 4gl functions directly from C static libraries.

 

Syntax:

 

QX_WRAPPER={any non-empty value}

 

Possible values:

 

undefined

disables verbose output of results for building the object cache

defined

enables verbose output of results for building the object cache

 

Usage and examples:

 

To be able to call 4gl functions directly from C static libraries, you must define QX_WRAPPER with any non-empty value (though we recommend setting it to 1):

 

QX_VERBOSE_CACHE=1

 

QX_WRAPPER applies at compilation and is set in env.properties and environ.bat (if you use Lycia Command Line).

 

 

Related articles:

Using C API in Lycia

Compilation tools