Dynamic-Link Libraries (DLL) Samples

DLL support is illustrated in the following samples.

  • DLLScreenCap demonstrates a regular DLL that can be statically or dynamically linked to the Microsoft Foundation Class Library.
  • DLLHUSK shows an application that is dynamically linked to the DLL version of the Microsoft Foundation Class Library. DLLHUSK also illustrates a user DLL that is dynamically linked to the DLL version of the Microsoft Foundation Class Library. Such a user DLL is called an "MFC Extension DLL."

Note   For information about dynamic-link library support, see the article DLL Topics.

See Also

MFC Samples | Categorical List of MFC Samples