Search Glossary
DLL
A dynamic link library is a collection of shared libraries in the Microsoft Windows. These libraries usually have the .dll file extension. The code in a DLL is usually shared among all the processes that use the DLL.
Dynamic link library. A collection of shared libraries in Microsoft Windows. These libraries usually have the .dll file extension. The code in a DLL is usually shared among all the processes that use the DLL.
A Dynamic link library is a collection of shared libraries in Microsoft Windows. These libraries usually have the .dll file extension. The code in a DLL is usually shared among all the processes that use the DLL.