dynamic link library

From HTYP, the free directory anyone can edit

Jump to: navigation, search

Contents

[edit] Overview

A dynamic link library, or DLL, is a kind of file used within Microsoft Windows. It contains compiled, executable (i.e. runtime) code which may be called from other code without having to be (statically) linked during the other code's compile process. DLL files can be updated without requiring the calling code to be updated, and multiple callers may use the same DLL file.

Linux has a similar concept of shared library files, which typically use the file extension .so.

[edit] Links

[edit] Reference

[edit] Resources

Personal tools