Цитата:
Dynamic-Link Libraries
A dynamic-link library (DLL) is a module that contains functions and data that can be used by another module (application or DLL).
|
http://msdn.microsoft.com/en-us/libr...(v=VS.85).aspx
пример:
imageres.dll из Windows 7 - ничего не экспортирует/импортирует, а содержит только кучу ресурсов: картинки, иконки и т.д.