Win32 DLLs in D

From D Wiki
Revision as of 10:15, 24 February 2014 by Verax (talk | contribs) (Migrating from http://dlang.org/dll.html)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DLLs (Dynamic Link Libraries) are one of the foundations of system programming for Windows. The D programming language enables the creation of several different types of DLLs.