You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mfc/reference/creating-an-mfc-application.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,12 +42,12 @@ The dialog shows options for the application type which is set to single documen
42
42
An MFC console application is a command-line program that uses MFC libraries but runs in the console window.
43
43
44
44
1. From the main menu, choose **File** > **New** > **Project**.
45
-
1. Enter "Desktop" into the search box and then choose **Windows Desktop Wizard** from the result list.
45
+
1. Enter "Desktop" into the search box and then choose **Windows Desktop Wizard** from the result list, then press **Next**.
46
46
1. Modify the project name and location as needed, then press **Create** to open the **Windows Desktop Wizard**.
47
47
1. Check the **MFC Headers** box and set other values as needed, then press **OK**.
48
48
49
-
:::image type="complex" source="media/windows-desktop-wizard.png" alt-text="Screenshot of the Windows Desktop wizard in Visual Studios 2022.":::
50
-
The dialog shows the application type, set to Console Application (.exe), and Additional Options, which includes empty project, Precompiled header (checked), export symbols,and MFC headers (checked).
49
+
:::image type="complex" source="media/windows-desktop-wizard.png" alt-text="Screenshot of the Windows Desktop Project wizard in Visual Studios 2022.":::
50
+
The dialog shows the application type, set to Console Application (.exe). Under Additional Options, Precompiled header is checked as is MFC headers. Precompiled header is checked automatically when MFC headers is checked.
51
51
:::image-end
52
52
::: moniker-end
53
53
@@ -74,9 +74,9 @@ An MFC console application is a command-line program that uses MFC libraries but
74
74
1. Under the **Installed** templates, choose **Visual C++** > **Windows Desktop**.
75
75
1. Choose **Windows Desktop Wizard** from the center pane.
76
76
1. Modify the project name as needed, then press **OK** to open the **Windows Desktop Wizard**.
77
-
1. Check the **MFC Headers** box and set other values as needed, then press **Finish**.
77
+
1. Check the **MFC Headers** box and set other values as needed, then press **OK**.
78
78
79
-
:::image type="complex" source="media/windows-desktop-wizard-2017.png" alt-text="Screenshot of the Windows Desktop wizard in Visual Studios 2017.":::
79
+
:::image type="complex" source="media/windows-desktop-wizard.png" alt-text="Screenshot of the Windows Desktop Project wizard in Visual Studios 2017.":::
80
80
The dialog shows the application type set to Console Application (.exe). Under additional options, Precompiled header is checked and MFC headers is checked.
0 commit comments