# 支持库下载

{% hint style="info" %}
这里通常也收集一些必备的支持库不一定要全部安装，软件无法运行请查看对应文档开头所提示是否需要支持库运行
{% endhint %}

## 支持库

### .NET | [官方网站](https://dotnet.microsoft.com/download) <a href="#dui-ying-wen-dang-tou-bu-ye-hui-ti-shi-shi-fou-xu-yao-zhi-chi-ku-xia-zai" id="dui-ying-wen-dang-tou-bu-ye-hui-ti-shi-shi-fou-xu-yao-zhi-chi-ku-xia-zai"></a>

| 名称             | 版本  | 下载地址                                                                    |
| -------------- | --- | ----------------------------------------------------------------------- |
| .NET Framework | 4.5 | ​[微软官方](https://www.microsoft.com/zh-cn/download/details.aspx?id=30653) |
| .NET Framework | 4.0 | ​[微软官方](https://www.microsoft.com/zh-cn/download/details.aspx?id=17718) |

### ​Visual C++ | [官方网站](https://support.microsoft.com/zh-cn/help/2977003/the-latest-supported-visual-c-downloads)

| 名称         | 版本          | 下载地址                                                                                             |
| ---------- | ----------- | ------------------------------------------------------------------------------------------------ |
| Visual C++ | 2015 - 2019 | [微软官方](https://support.microsoft.com/zh-cn/help/2977003/the-latest-supported-visual-c-downloads) |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://olddocs.nullcraft.org/resource/library-download.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
