Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.25 KB

dynamic-link-library-support.md

File metadata and controls

23 lines (21 loc) · 1.25 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Dynamic-Link Library Support | Microsoft Docs
11/04/2016
cpp-windows
article
C++
regular MFC DLLs [MFC], project targets as DLLs
DLLs [MFC], MFC
NAFXDW.LIB
MFC DLLs [MFC], regular MFC DLLs
USRDLLs, DLL support
NAFXDWD.LIB
cc31c69f-3c78-4db1-9ecd-0fd8dc3217e3
10
mikeblome
mblome
ghogen

Dynamic-Link Library Support

The NAFXCW.lib and NAFXCWD.lib libraries (listed in the Static-Link Library Naming Conventions table in Library Naming Conventions) create your project as a dynamic-link library, called a "regular MFC DLL" (formerly a "USRDLL") that can be used with applications not built with the class library. This DLL support is not the same as MFCx0.DLL and MFCx0D.DLL (known as AFXDLL), which contain the entire class library in a DLL. For more information, see DLLs. For a table of DLL names, see Naming Conventions for MFC DLLs.

See Also

MFC Library Versions