Skip to content

Latest commit

 

History

History
49 lines (47 loc) · 1.47 KB

File metadata and controls

49 lines (47 loc) · 1.47 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision ms.author manager translation.priority.ht
AFXDLL Versions
na
10/14/2016
visual-studio-dev14
na
na
devlang-cpp
na
article
afxdll
C++
MFC DLLs [C++], dynamic linking to library
AFXDLL library
application wizards [C++], default uses AFXDLL
MFC libraries [C++], dynamic linking
MFC [C++], AFXDLL version
DLL version of MFC [C++]
c078ae8f-85a9-43cb-9ded-c09ca2c45723
7
mblome
ghogen
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

AFXDLL Versions

Instead of building your application by statically linking to the MFC object-code libraries, you can build your application to use one of the AFXDLL libraries, which contain MFC in a DLL that multiple running applications can share. For a table of AFXDLL names, see DLLs: Naming Conventions.

Note

By default, the MFC Application Wizard creates an AFXDLL project. To use static linking of MFC code instead, set the Use MFC in a static library option in the MFC Application Wizard. Static linking is not available in the Standard Edition of Visual C++.

See Also

MFC Library Versions