Skip to content

Commit bf918d5

Browse files
Merge pull request #5756 from PoulChapman/main
add links to support docs on other support-related C++ docs
2 parents 3a5cd65 + 24fe313 commit bf918d5

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

docs/porting/binary-compat-2015-2017.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ This error is by design. We recommend you keep the newest version installed. Mak
3939
## See also
4040

4141
[Visual C++ change history](../porting/visual-cpp-change-history-2003-2015.md)\
42-
[The latest supported Visual C++ Redistributable downloads](../windows/latest-supported-vc-redist.md)
42+
[The latest supported Visual C++ Redistributable downloads](../windows/latest-supported-vc-redist.md)\
43+
[How to audit Visual C++ Runtime version usage](../windows/redist-version-auditing.md)\
44+
[Lifecycle FAQ - Visual C++ Redistributable and runtime libraries](/lifecycle/faq/visual-c-faq)

docs/windows/latest-supported-vc-redist.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,13 @@ Download Redistributable files for other languages and architectures from:
115115
116116
- Redistributable files for X86, X64, and IA64 architectures are available from [Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package MFC Security Update](https://www.microsoft.com/download/details.aspx?id=26347).
117117

118-
## Release notes
118+
## See Also
119+
120+
- [C++ binary compatibility between Visual Studio versions](../porting/binary-compat-2015-2017.md)
121+
- [How to audit Visual C++ Runtime version usage](redist-version-auditing.md)
122+
- [Lifecycle FAQ - Visual C++ Redistributable and runtime libraries](/lifecycle/faq/visual-c-faq)
123+
124+
**Release notes**
119125

120126
- [Visual Studio 2022 release notes](/visualstudio/releases/2022/release-notes)
121127
- [What's new for C++ in Visual Studio](../overview//what-s-new-for-visual-cpp-in-visual-studio.md)
@@ -125,7 +131,7 @@ Download Redistributable files for other languages and architectures from:
125131
- [A year of C++ improvements](https://devblogs.microsoft.com/cppblog/a-year-of-cpp-improvements-in-visual-studio-vs-code-and-vcpkg)
126132
- [Microsoft Visual C++ compiler versioning](../overview/compiler-versions.md)
127133

128-
## C++ conformance notes
134+
**C++ conformance notes**
129135

130136
- [C++ conformance improvements in Visual Studio](../overview/cpp-conformance-improvements.md)
131137
- [C++ conformance improvements in Visual Studio 2019](../overview/cpp-conformance-improvements-2019.md)

docs/windows/redist-version-auditing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,5 @@ Here is where each version of the VC Runtime is installed:
192192

193193
[Redistributing Visual C++ Files](redistributing-visual-cpp-files.md)\
194194
[The latest supported Visual C++ downloads](latest-supported-vc-redist.md)\
195-
[Lifecycle FAQ - Visual C++ Redistributable and runtime libraries](/lifecycle/faq/visual-c-faq)
195+
[Lifecycle FAQ - Visual C++ Redistributable and runtime libraries](/lifecycle/faq/visual-c-faq)\
196+
[C++ binary compatibility between Visual Studio versions](../porting/binary-compat-2015-2017.md)

0 commit comments

Comments
 (0)