Releases: Chuyu-Team/VC-LTL5
Releases · Chuyu-Team/VC-LTL5
v5.0.1 人性化以及部署改进
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版本混合使用,而无需重新编译。
v5.0.1-Beta3 解决一些问题
What's the News?
- 解决Bug,
__crtTryAcquireSRWLockExclusive
等符号与 libcpmt.lib冲突问题(感谢 毛利)。 - 解决Bug,VC-LTL 5.0默认变成 ucrt 10.0.10240.0的问题(感谢 毛利)。
使用方法:与VC-LTL 4一样,把VC-LTL helper for Visual Studio.props
添加到工程即可。
这是临时测试版本,请不要在生产环境中使用!!!
v5.0.1-Beta2 初步添加msvcrt模式
What's the News?
- 新增Fea 2, Windows Vista的msvcrt模式。
- 行为调整,优化ucrt的库体积与性能,尽可能的使用weak转发。
使用方法:与VC-LTL 4一样,把VC-LTL helper for Visual Studio.props
添加到工程即可。
这是临时测试版本,请不要在生产环境中使用!!!
v5.0.1-Beta1 基于ucrtbase的VC-LTL模式
What's the News?
- 新增Fea 1, 基于ucrtbase的VC-LTL模式。
使用方法:与VC-LTL 4一样,把VC-LTL helper for Visual Studio.props
添加到工程即可。
这是临时测试版本,请不要在生产环境中使用!!!
bin_data.zip
是构建VC-LTL 5必须的文件,解压到根目录即可,不想要自己编译的,直接无视。