Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

v4.1.2 - Improve the experience

Compare
Choose a tag to compare
@mingkuang-Chuyu mingkuang-Chuyu released this 03 Jun 09:54

What's the News?

  • New Fea, add 14.28.299103 support.
  • Fix Bug 68, error LNK2005: printf has been defined in msvcrt_Platform.lib(msvcrt.dll).
  • Fix Bug 69, the symbol scrt_get_dyn_tls_dtor_callback cannot be found(14.11.25503).
  • 解决Bug 73, 修复arm以及arm64 缺少 _getpid 符号问题。
  • 解决Bug 74, 升级 Visual Studio 16.10.0 后采用了 VC-LTL 的项目编译失败。
  • Optimization:
    • Remove __crtCreateSymbolicLinkW function.

已知问题

  • Bug 67, 14.28.29333工具集中的STL不完全支持Windows XP。

如何自行编译VC-LTL?

环境依赖:必须安装 VS2019而且安装2015以及2017平台工具集以及ARM64(包括Spectre缓解库)。

假设 VS2019安装在 C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
假设 VC-LTL源代码在 I:\VC-LTL

  1. 下载 BaseBinary.7z,并解压到 VC-LTL源代码目录 I:\VC-LTL
  2. cmd中执行:"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe" -m "I:\VC-LTL\src\Build.proj"
  3. 耐心等待编译完成,完全重构大约需要 1 小时。