Skip to content

Commit d2f3524

Browse files
TylerMSFTTylerMSFT
authored andcommitted
fixing images
1 parent 15fe427 commit d2f3524

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/mfc/reference/creating-an-mfc-application.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ The dialog shows options for the application type which is set to single documen
4242
An MFC console application is a command-line program that uses MFC libraries but runs in the console window.
4343

4444
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**.
4646
1. Modify the project name and location as needed, then press **Create** to open the **Windows Desktop Wizard**.
4747
1. Check the **MFC Headers** box and set other values as needed, then press **OK**.
4848

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.
5151
:::image-end
5252
::: moniker-end
5353

@@ -74,9 +74,9 @@ An MFC console application is a command-line program that uses MFC libraries but
7474
1. Under the **Installed** templates, choose **Visual C++** > **Windows Desktop**.
7575
1. Choose **Windows Desktop Wizard** from the center pane.
7676
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**.
7878

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.":::
8080
The dialog shows the application type set to Console Application (.exe). Under additional options, Precompiled header is checked and MFC headers is checked.
8181
:::image-end
8282

1.63 KB
Loading
-37.1 KB
Binary file not shown.
-3.31 KB
Loading

0 commit comments

Comments
 (0)