Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies whether the MFC project will statically or dynamically link to the MFC DLL.
Namespace: Microsoft.VisualStudio.VCProject
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
'Declaration
Public Enumeration useOfMfc
public enum useOfMfc
public enum class useOfMfc
type useOfMfc
public enum useOfMfc
Members
| Member name | Description | |
|---|---|---|
| useMfcDynamic | Dynamic link | |
| useMfcStatic | Static link | |
| useMfcStdWin | Standard Windows Libraries |
Remarks
Non-MFC projects can select Use Standard Windows Libraries to link to various Win32 libraries that are included when you use MFC.
See General Property Page (Project) for more information.