Upgrade Guides for Genero BDL / 2.00 upgrade guide |
Dynamic C extensions are automatically loaded according to IMPORT instructions.
Prior to version 2.00, you must use FGLPROFILE entries to specify Dynamic C extensions to be loaded at runtime.
Starting with version 2.00, Dynamic C extensions are automatically loaded according to IMPORT instructions. The FGLPROFILE entries are no longer used.
There is no longer a need to define the FGL_API_MAIN macro in the extension interface file.
All C data type definitions are now centralized in the fglExt.h header file, header files like Date.h, MyDecimal.h have been removed from the distribution.