Specifies the paths to search for C extensions and 4gl libraries.
Syntax:
FGLLDPATH=<path to folder>
Usage and examples:
IMPORT statement uses FGLLDPATH when searching for C extensions (IMPORT) or 4gl libraries (IMPORT FGL) - refer here for details:
FGLLDPATH=%LYCIA_DIR%\my_4gl_libs;%LYCIA_DIR%\my_4gl_libs
FGLLDPATH=$LYCIA_DIR/my_4gl_libs;$LYCIA_DIR/my_4gl_libs
FGLLDPATH applies both at compilation and at runtime, so it must be set in env.properties as well as in inet.env.
Related articles: