Enables calling 4GL functions directly from C static libraries.
Syntax
QX_WRAPPER={any non-empty value}
Possible Values
|
disables calling 4GL functions directly from C static libraries |
|
|
enables calling 4GL functions directly from C static libraries |
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_WRAPPER=1
QX_WRAPPER applies at compilation and, if necessary, is set in .fglproject and environ.bat (if you use a command line).