Runner creation is no longer needed

In version 2.0x, you do not need to build a runner. The architecture is now based on shared libraries (or DLLs on Windows™), and the database drivers are automatically loaded according to FGLPROFILE configuration parameters.

If you have C extensions, you must rebuild them as shared libraries.

Important: Database vendor client libraries (libclntsh, libcli, libpq, libaodbc) must be provided as shared objects (or DLL on Windows).