Skip to content

Commit c3cf7e8

Browse files
author
Colin Robertson
committed
Rest of the changes
1 parent 9e0317a commit c3cf7e8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/build/reference/zs-syntax-check-only.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The **/Zs** option provides a quick way to find and correct syntax errors before
3030

3131
1. Click the **Command Line** property page.
3232

33-
1. Type the compiler option in the **Additional Options** box.
33+
1. Enter the compiler option in the **Additional Options** box.
3434

3535
### To set this compiler option programmatically
3636

docs/data/oledb/debugging-your-provider.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ There are two ways to debug your provider:
1717

1818
1. Open the provider project.
1919

20-
1. On the **Projects** menu, click **Properties**.
20+
1. On the menu bar, select **Projects** > **Properties**.
2121

22-
1. In the **Property Pages** dialog box, click the **Debugging** tab.
22+
1. In the **Property Pages** dialog box, select the **Configuration Properties** > **Debugging** property page.
2323

24-
1. Select options as required, click **OK**.
24+
1. Select options as required, then choose **OK**.
2525

2626
1. Set breakpoints, and then debug as usual.
2727

docs/dotnet/hosting-a-windows-form-user-control-as-an-mfc-dialog-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The process that `CWinFormsDialog` uses to host the user control is the similar
2525

2626
In **Solution Explorer**, right-click the **MFC03** project node, and choose **Properties**. The **Property Pages** dialog box appears.
2727

28-
In the **Property Pages** dialog box, in the **Configuration Properties** tree control, select **General**, then in the **Project Defaults** section, set **Common Language Runtime support** to **Common Language Runtime Support (/clr)**. Click **OK**.
28+
In the **Property Pages** dialog box, select **Configuration Properties** > **General**. In the **Project Defaults** section, set **Common Language Runtime support** to **Common Language Runtime Support (/clr)**. Choose **OK**.
2929

3030
1. Add a reference to the .NET control.
3131

docs/porting/overview-of-potential-upgrade-issues-visual-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ If the error is C2371, and a `stdint` type is involved, it probably means that t
120120

121121
You can press **F12** (**Go to Definition**) to see where the type in question is defined.
122122

123-
The [/showIncludes](../build/reference/showincludes-list-include-files.md) compiler option can be useful here. In the **Property Pages** dialog box for your project, open the **C/C++** > **Advanced** page and set **Show Includes** to **Yes**. Then rebuild your project and see the list of `#include`s in the output window. Each header is indented under the header that includes it.
123+
The [/showIncludes](../build/reference/showincludes-list-include-files.md) compiler option can be useful here. In the **Property Pages** dialog box for your project, select the **Configuration Properties** > **C/C++** > **Advanced** page and set **Show Includes** to **Yes**. Then rebuild your project and see the list of `#include` files in the output window. Each header is indented under the header that includes it.
124124

125125
## Errors involving CRT functions
126126

0 commit comments

Comments
 (0)