DLL (Dynamic Link Library)

<< Dependencies | IBExpert Glossary | Domain >>

DLL is the abbreviation for Dynamic Link Library. DLLs are library files with the suffix DLL. These are executable modules, containing source code or resources, which can access other DLLs or applications. DLLs enable multiple applications, source code and resource to be used collectively in a Windows environment.

See also:
User-Defined Function (UDF)
DECLARE EXTERNAL FUNCTION