DLL Tutorial
DLL Examples
Selected Reading
© 2011 TutorialsPoint.COM
|
Windows DLL
 |
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++
|
Table of Contents
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++
DLL Examples
A collection of DLL programs examples.
DLL Examples
|
|
|