Dynamic-Link Library (DLL)
A dynamic-link or dynamically linked library (DLL) is a shared library used in
software development. They have the file extension .dll on Windows and .so (for
shared objects) on Linux.
A dynamic-link or dynamically linked library (DLL) is a shared library used in
software development. They have the file extension .dll on Windows and .so (for
shared objects) on Linux.