About 2,540,000 results
Open links in new tab
  1. Dynamic-Link Libraries (Dynamic-Link Libraries) - Win32 apps

    May 31, 2022 · A dynamic-link library (DLL) is a module that contains functions and data that can be used by another module (application or DLL). A DLL can define two kinds of functions: …

  2. Dynamic-link library - Wikipedia

    A dynamic-link library (DLL) is a shared library in the Microsoft Windows or OS/2 operating system. A DLL can contain executable code (functions), data, and resources.

  3. What Are Dynamic Link Libraries (DLLs)? - JumpCloud

    Jul 14, 2025 · A Dynamic Link Library (DLL) is a shared library in the Microsoft Windows operating system that contains code and data that can be used by multiple executable …

  4. Dynamic Link Library (DLL) | Research Starters - EBSCO

    A Dynamic Link Library (DLL) is a computer file that contains a collection of data and coded instructions, allowing multiple programs to access shared resources to perform specific tasks.

  5. Dynamic Link Library Basics - DEV Community

    Oct 7, 2024 · A dynamic link library is a type of file that allows resources, such as functions and other types of data, to be shared across multiple applications. They offer a number of benefits …

  6. Dynamic link library (DLL) - Windows Client | Microsoft Learn

    Jan 15, 2025 · This article describes what a dynamic link library (DLL) is and the various issues that may occur when you use DLLs. It also describes some advanced issues that you should …

  7. Mastering C++ DLLs: A Quick Guide to Dynamic Linking

    A C++ DLL (Dynamic Link Library) allows multiple applications to share the same code and resources efficiently at runtime, enabling modular application development.

  8. Dynamic library - Wikipedia

    Dynamic linking or late binding allows for using a dynamic library by linking program library references with the associated objects in the library either at load-time or run-time.

  9. win32/desktop-src/Dlls/dynamic-link-libraries.md at docs ...

    A dynamic-link library (DLL) is a module that contains functions and data that can be used by another module (application or DLL). A DLL can define two kinds of functions: exported and …

  10. библиотеки Dynamic-Link ( библиотекиDynamic-Link) - Win32 …

    библиотеки Dynamic-Link ( библиотекиDynamic-Link) библиотека динамической компоновки (DLL) — это модуль, содержащий функции и данные, которые могут использоваться …