Copyright © tutorialspoint.com
![]() |
Dynamic link library (DLL) is Microsoft's implementation of the shared library concept. In our tutorial you will learn what exactly is a DLL and how to write DLL and how to use them. Pre-Requisite! You must have good understanding of Windows concepts and you should be familiar with either VC++ or C/C++ |
DLL Introduction
This section explains basic concepts of DLL, Its advatages over the static library.
How to write Windows DLL
Complete description of the DLL writing
Registering Windows DLL
You will learn how to register a Windows DLL with the OS
Tools for Windows DLL
Various useful tools related to DLL troubleshooting
Tips for Windows DLL
Important tips to be taken care while dealing with DLLs
Windows DLL Examples
Examples to demonstrate DLL writing using Delphi, Borland C++ and VC++
A collection of DLL programs examples.
Copyright © tutorialspoint.com