FGLLDPATH
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 (if necessary) in .fglproject, as well as in inet.env.
Note: If the modules or libraries that are imported using the IMPORT FGL statement are located in the program different from the program or library that uses them, then all the folders containing those modules or libraries must be listed in
FGLLDPATH.