Skip to content

Commit

Permalink
更新VC-LTL的已知问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed May 3, 2024
1 parent 245b5dd commit 044bee7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,10 @@ Is the file size smaller? If you fail to compile, please refer to [4. FAQ](#4-fa
* VC++ 目录 - 库目录 - 【√ 从父项或项目默认设置继承(I)】

## 5. Known Issues
* VC-LTL的Debug模式不支持堆调试功能,如果您需要使用这些功能,可以针对Debug配置关闭VC-LTL。
* [Bug 22](https://github.com/Chuyu-Team/VC-LTL5/issues/22), VC-LTL的Debug模式不支持堆调试功能也无法使用ASAN
- 如果您需要使用这些功能,可以针对Debug配置关闭VC-LTL。
* [Bug 60](https://github.com/Chuyu-Team/VC-LTL5/issues/60), msvcrt模式下locale相关函数(如setlocale、std::locale)无法指定为区域为 `.utf8`
- 如果需求如此必须使用,建议使用VC-LTL的UCRT模式(使用后将依赖ucrtbase.dll),如果不想依赖DLL就直接静态链接微软原版CRT吧。

## Excursus - Third Party Licenses
* [Visual Studio](https://visualstudio.microsoft.com/license-terms/)
Expand Down
5 changes: 4 additions & 1 deletion Readme.osc.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,10 @@ $LatestVisualStudioRoot = & $BuiltInVsWhereExe -latest -prerelease -property ins


## 5. 已知问题
* VC-LTL的Debug模式不支持堆调试功能,如果您需要使用这些功能,可以针对Debug配置关闭VC-LTL。
* [Bug 22](https://github.com/Chuyu-Team/VC-LTL5/issues/22), VC-LTL的Debug模式不支持堆调试功能也无法使用ASAN
- 如果您需要使用这些功能,可以针对Debug配置关闭VC-LTL。
* [Bug 60](https://github.com/Chuyu-Team/VC-LTL5/issues/60), msvcrt模式下locale相关函数(如setlocale、std::locale)无法指定为区域为 `.utf8`
- 如果需求如此必须使用,建议使用VC-LTL的UCRT模式(使用后将依赖ucrtbase.dll),如果不想依赖DLL就直接静态链接微软原版CRT吧。


## 附:第三方依赖项许可
Expand Down

0 comments on commit 044bee7

Please sign in to comment.