Languages
In Genero Studio, a named language defines a set of build, link, and execution rules, as well as a set of environment variables.
Genero Studio comes preconfigured for some languages, such as Genero or Java. You can add languages in the Build Rules Configuration dialog.
When specifying Genero, you have two choices:
- Genero
- This language option supports the use of libraries and the Genero linker when building applications.
- Genero (no link)
- This language option supports the recommended process for compiling applications, where the
application uses
IMPORT FGL
statements instead of linking for type safety and better performance.
To set the language, select a node and set the Language property. See the topic properties of nodes found in the Projects view to identify which nodes have this property.