To ensure that the native code is created (and that it is created in a proper way), please check whether you have fulfilled these requirements.
Windows 10 or newer
FGLLDPATH specifying paths to C extensions and 4GL program modules, for example:
FGLLDPATH = $LYCIA_DIR/libs
FGLIMAGEPATH specifying paths to image files and Lycia theme files, for example:
FGLIMAGEPATH=%FGLIMAGEPATH%;.;$LYCIA_DIR\images
CLASSPATH specifying additional paths to the compiled .class files or Java packages containing .class files
PATH specifying paths to executable files, for example:
LD_LIBRARY_PATH specifying paths to dynamic libraries, for example:
LYCIA_DB_DRIVER specifying the database driver to be used, e.g., LYCIA_DB_DRIVER=informix
SQLSERVER specifying the ODBC data source name, e.g. SQLSERVER="dsn=database_name;uid=user_name;pwd=password"
All the environment variables can be set:
from the command line before invoking qfgl: