Dynamic-Link Library Support

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at 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 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