DLL Topics
| Overview | How Do I | FAQ | Sample
Using dynamic linking instead of static linking offers several advantages. DLLs save memory, reduce swapping, save disk space, upgrade easier, provide after-market support, provide a mechanism to extend the MFC library classes, support multi-language programs, and ease the creation of international versions.
This article family provides detailed information on programming DLLs.