Skip to content

v5.0.1 人性化以及部署改进

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 12:22

What's the News?

  • 解决Bug 5, CMake x64无法读取VC-LTL安装位置问题(感谢 大胸)
  • 调整行为,重构VC-LTL,ABI与微软兼容。
  • 新增Fea,新增ucrt模式。
  • 新增Fea,Visual Studio 2022支持。
  • 新增Fea,添加Debug库支持。
  • 新增Fea,为ucrt模式添加清洁模式支持。
  • 新增Fea,为msvcrt模式的_create_locale、_wcreate_locale、setlocale、_wsetlocale添加localname支持。

温馨提示:VC-LTL 5.0与4.0版本ABI不兼容,但是5.0版本与微软ABI兼容。因此基于微软编译的静态库可以直接与5.0版本混合使用,而无需重新编译。