Welcome to myCobol.ovh Monday, 29 September 2025, 06:17

dynamic link library
Category Context
Subject Cobol
A file that contains executable code and data that are bound to a program at load time or run time, rather than during linking. Several applications can share the code and data in a DLL simultaneously. Although a DLL is not part of the executable file for a program, it can be required for an executable file to run properly.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary