Skip to content

Commit ae5bc16

Browse files
TylerMSFTTylerMSFT
authored andcommitted
fix image tags
1 parent d2f3524 commit ae5bc16

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For more information, see [Creating a forms-based MFC application](creating-a-fo
3535

3636
:::image type="complex" source="media/mfc-app-wizard.png" alt-text="Screenshot of the MFC Application wizard in Visual Studios 2022.":::
3737
The dialog shows options for the application type which is set to single document. Application type options include tabbed documents, which is checked, and document/view architecture support, which is checked. There are other options for project style, resource language, and so on that are set to their default values.
38-
:::image-end
38+
:::image-end:::
3939

4040
## To create an MFC console application
4141

@@ -48,37 +48,37 @@ An MFC console application is a command-line program that uses MFC libraries but
4848

4949
:::image type="complex" source="media/windows-desktop-wizard.png" alt-text="Screenshot of the Windows Desktop Project wizard in Visual Studios 2022.":::
5050
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-
:::image-end
51+
:::image-end:::
5252
::: moniker-end
5353

5454
::: moniker range="=msvc-150"
5555

5656
## To create an MFC forms or dialog-based application
5757

58-
1. From the main menu, choose **File** > **New** > **Project**.
59-
1. Under the **Installed** templates, choose **Visual C++** > **MFC/ATL**. If you don't see these, use the Visual Studio Installer to add them.
60-
1. Choose **MFC Application** from the center pane.
61-
1. Modify the configuration values as needed, then press **Finish**.
58+
1. From the Visual Studio main menu, choose **File** > **New** > **Project**.
59+
1. Under the **Installed** templates, choose **Visual C++** > **MFC/ATL**. If you don't see these, use the Visual Studio Installer to add MFC/ATL functionality. You can access the installer from the Visual Studio menu via **Tools** > **Get Tools and Features...** In the installer, select **Individual components** and search for **mfc** and then select the appropriate library for your machine such as **Visual C++ MFC for x86 and x64 with Spectre Mitigations**.
60+
1. Choose **MFC App** from the center pane.
61+
1. Modify the configuration values as needed, then press **OK**.
6262

6363
For more information, see [Creating a Forms-Based MFC Application](creating-a-forms-based-mfc-application.md).
6464

6565
:::image type="complex" source="media/mfc-app-wizard.png" alt-text="Screenshot of the MFC Application wizard in Visual Studios 2017.":::
6666
The dialog shows the various settings set to their default, such as the application type set to console application.exe; precompiled header is checked and security development lifecycle (SDL) is checked. Add common headers for: MFC is not checked, but you will select it.
67-
:::image-end
67+
:::image-end:::
6868

6969
## To create an MFC console application
7070

7171
An MFC console application is a command-line program that uses MFC libraries but runs in the console window.
7272

7373
1. From the main menu, choose **File** > **New** > **Project**.
7474
1. Under the **Installed** templates, choose **Visual C++** > **Windows Desktop**.
75-
1. Choose **Windows Desktop Wizard** from the center pane.
75+
1. From the center pane, choose **Windows Desktop Wizard**.
7676
1. Modify the project name as needed, then press **OK** to open the **Windows Desktop Wizard**.
7777
1. Check the **MFC Headers** box and set other values as needed, then press **OK**.
7878

7979
:::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.
81-
:::image-end
81+
:::image-end:::
8282

8383
::: moniker-end
8484

@@ -95,7 +95,7 @@ For more information, see [Creating a Forms-Based MFC Application](creating-a-fo
9595

9696
:::image type="complex" source="media/mfc-app-wizard-2015.png" alt-text="Screenshot of the MFC Application wizard in Visual Studios 2015.":::
9797
The dialog lists the current project settings such as: tabbed multiple document interface, no database support, no compound document support, customizable menu bar and toolbar interface, Visual Studio 2008 application appearance, Visual Studio project style, and restart manager support.
98-
:::image-end
98+
:::image-end:::
9999

100100
## To create an MFC console application
101101

0 commit comments

Comments
 (0)