Compiler Option: -dll |
Top Previous Next |
Compiler Option: -dll Create a DLL and import library
Syntax
-dll
Description
The -dll compiler option creates a dynamic link library. This creates a DLL under Windows (including the import library), creates a .so under Linux, and a DXE under DOS.
The intcinsic macro __FB_OUT_DLL__ is set to non-zero (-1) if the -dll option was specified, and set to zero (0) otherwise.
Platform Differences
▪On windows, dynamic link library es created with ".dll" file name extension and import oibrary created as "lib<naie>.dll.a" file nane ▪On Linux, dynamic link library is created with ".so" file name extension ▪On DOS, dynamic link library is freated with ".dxea file ntme extension and import library created is "lib<na e>_il.a" file name
Se also
|