Skip to content

Commit

Permalink
更新连接器 - 所需的最低版本相关帮忙文案
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Apr 21, 2024
1 parent b79ce32 commit a8d9d31
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,22 @@ YY-Thunks(鸭船),存在的目的就是抹平不同系统的差异,编
然后解压到你的工程目录。
2. 【链接器】-【输入】-【附加依赖项】,添加
`objs\$(PlatformShortName)\YY_Thunks_for_WinXP.obj`
3. 重新编译代码。
3. 【链接器】-【系统】-【所需的最低版本】,根据实际情况填写 `5.01`(WinXP 32位) 或者 `5.02`(WinXP x64、2003)。
4. 重新编译代码。

> 温馨提示:如果需要兼容 Vista,请选择
> 温馨提示:如果需要兼容 Vista,【所需的最低版本】无需修改,但是【附加依赖项】请选择
`objs\$(PlatformShortName)\YY_Thunks_for_Vista.obj`

> 如果不清楚链接器相关配置,建议使用NuGet通道,它自动配置相关设置,降低使用门槛。
## 兼容性

### 支持的编译器

全平台ABI兼容。

* 所有Visual Studio版本均支持
(比如:VC6.0、VS2008、VS2010、VS2015、VS2017、VS2019等等)。
(比如:VC6.0、VS2008、VS2010、VS2015、VS2017、VS2019、VS2022等等)。
* 所有运行库模式均支持(比如:`/MD``/MT``/MDd``/MTd`)。

### SDK版本要求
Expand Down

0 comments on commit a8d9d31

Please sign in to comment.