Upgrade Guides for Genero BDL / 2.21 upgrade guide |
The IMPORT instruction for C extensions denies a comma-separated syntax.
IMPORT lib1, lib2
This compiled, but at runtime only the first library was found. Using elements of the other libraries raised a runtime error.
IMPORT lib1 IMPORT JAVA myclass IMPORT FGL mymodule