VC-LTL 5.0.3

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package VC-LTL --version 5.0.3                
NuGet\Install-Package VC-LTL -Version 5.0.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VC-LTL" Version="5.0.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VC-LTL --version 5.0.3                
#r "nuget: VC-LTL, 5.0.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install VC-LTL as a Cake Addin
#addin nuget:?package=VC-LTL&version=5.0.3

// Install VC-LTL as a Cake Tool
#tool nuget:?package=VC-LTL&version=5.0.3                

功能 —— 编译精巧的程序原来如此简单

 * 晚起的鸟儿也有虫虫吃,优雅的引用方式,仅添加一个属性表就能享受极致的体积体验。
 * 无缝使用最新C/C++库以及最新编译器,尽情的使用最新规范。神马异常流防护(guard:cf)、静态对象线程安全初始化(threadSafeInit)……统统放马过来吧!!
 * 拥有比微软原版更好的兼容性,即使想兼容Windows XP RTM也可以安心的对新编译器说“Yes”。
 * 完全的开放代码,广泛的接受用户意见,希望大家能踊跃的 pull requests,为VC-LTL添砖加瓦。

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.1.1 4,012 8/11/2024
5.1.1-Beta4 189 8/4/2024
5.1.1-Beta3 191 7/14/2024
5.1.1-Beta2 3,385 5/30/2024
5.1.1-Beta1 434 5/25/2024
5.0.10-Beta2 1,541 5/4/2024
5.0.10-Beta1 148 5/2/2024
5.0.9 15,356 10/1/2023
5.0.8 3,515 6/22/2023
5.0.8-Beta2 848 6/1/2023
5.0.8-Beta1 856 5/10/2023
5.0.7 1,248 5/7/2023
5.0.6 767 4/30/2023
5.0.6-Beta5 1,096 4/5/2023
5.0.6-Beta4 1,188 3/18/2023
5.0.6-Beta3 837 1/25/2023
5.0.6-Beta2 742 11/5/2022
5.0.6-Beta1 2,971 7/17/2022
5.0.5 31,864 5/15/2022
5.0.5-Beta1 652 3/19/2022
5.0.4 6,090 3/13/2022
5.0.4-Beta3 1,565 1/17/2022
5.0.4-Beta2 596 12/29/2021
5.0.4-Beta1 4,009 12/16/2021
5.0.3 880 12/8/2021
5.0.3-Beta1 1,584 11/2/2021
5.0.2-Beta1 1,731 10/9/2021
5.0.1 1,020 9/19/2021
5.0.1-Beta6 757 9/5/2021
5.0.1-Beta5 271 8/30/2021
5.0.1-Beta4 1,108 8/26/2021
4.1.3 5,150 7/12/2021
4.1.3-Beta2 414 6/18/2021
4.1.3-Beta1 1,307 6/3/2021
4.1.2 4,725 6/3/2021
4.1.2-Beta3 509 5/27/2021
4.1.2-Beta2 354 5/24/2021
4.1.2-Beta1 389 5/11/2021
4.1.1 5,292 2/7/2021
4.1.1-Beta7 523 12/18/2020
4.1.1-Beta5 302 11/5/2020
4.1.1-Beta4 344 9/26/2020
4.1.1-Beta3 384 9/1/2020
4.1.0.4 2,903 7/25/2020
4.0.3.8 2,466 1/17/2020

* 解决[Bug 7](https://github.com/Chuyu-Team/VC-LTL5/issues/7), 修复FH4+x64+Debug访问非法地址导致的异常问题(感谢 毛利)。
* 解决[Bug 8](https://github.com/Chuyu-Team/VC-LTL5/issues/8), 修复FH4 x64 嵌套 try catch 下无法正确抓取异常问题(感谢 毛利)。
* 解决[Bug 9](https://github.com/Chuyu-Team/VC-LTL5/issues/9),修复使用_CRT_STDIO_ISO_WIDE_SPECIFIERS导致链接失败问题。
* 解决[Bug 12](https://github.com/Chuyu-Team/VC-LTL5/issues/12), 修复VS2015/2017报告__filter_x86_sse2_floating_point_exception找不到问题。
* 解决[Bug 16](multi-config CMake build编译失败), 修复multi-config CMake build编译失败(感谢 wangwenx190)。
* 新增Fea,正式提供Rust Crate支持[PR 11](https://github.com/Chuyu-Team/VC-LTL5/pull/11)。