Upgrade Guides for Genero BDL / 2.0x upgrade guide |
In version 1.3x, you must use FGLPROFILE entries to specify Dynamic C extensions to be loaded at runtime.
In version 2.0x, 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.