useOfMfc Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the MFC project will statically or dynamically link to the MFC DLL.
public enum class useOfMfc
public enum class useOfMfc
enum useOfMfc
public enum useOfMfc
type useOfMfc =
Public Enum useOfMfc
- Inheritance
-
useOfMfc
Fields
Name | Value | Description |
---|---|---|
useMfcStdWin | 0 | Standard Windows Libraries |
useMfcStatic | 1 | Static link |
useMfcDynamic | 2 | Dynamic link |
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.