DLL Tutorial
DLL Useful Resources
Selected Reading
- DLL - Examples
- DLL - Tips
- DLL - Tools
- DLL - Registration
- DLL - How to Write
- DLL - Introduction
- DLL - Home
DLL Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
DLL - Home
DLL Tutorial
Dynamic Link Library (DLL) is Microsoft s implementation of the shared pbrary concept. A DLL file contains code and data that can be used by multiple programs at the same time, hence it promotes code reuse and modularization. This brief tutorial provides an overview of Windows DLL along with its usage.
Audience
This tutorial will be useful for software programmers interested in learning the concepts of Windows DLL and how to use them in practice.
Prerequisites
You must have a good understanding of Windows concepts and you should be famipar with either VC++ or C/C++.
Advertisements