Overview

DDLs are Windows-based program modules that can be loaded and linked at runtime. They can contains commonly used routines and resources that Windows and Windows applications call when you need them. Many applications can benefit by being split into a series of main programs and DLLs. If you put shared code or resources in one or more DLLs, the individual modules will be smaller on disk and therefore quicker to load.