FGLGBCDIR

In Universal Rendering mode, defines the GBC component to be used in GUI direct mode.

When using the Universal Rendering mode, it is possible to define the directory where the GBC component must be loaded from, by setting the FGLGBCDIR environment variable.

The GBC component will be searched in the following directories:
  1. The appdir/gbc directory, where appdir is the directory where the program file is located,
  2. The directory defined in the FGLGBCDIR environment variable,
  3. The $FGLDIR/web_utilities/gbc/gbc directory.
If defined, make sure that FGLGBCDIR is set to a directory containing the GBC component files.
Note: The FGLGBCDIR environment variable is provided to select a given GBC when using the GUI direct mode. FGLGBCDIR is ignored when using the GAS: As a general pattern, if a specific GBC is to be coupled with a particular application in production, consider shipping GBC in appdir/gbc. Otherwise, use the GBC available by default.