Use Thunk to build your Rust program to support old Windows platforms
中文自述文件
Thunk uses VC-LTL5 and YY-Thunks to build programs that support even Windows XP. So, how does it work?
Add VC-LTL to the library search path
Use YY-Thunks to remedy API that old platform that does not exist
Note: Thunk does not guarantee the compiled program work or work accurately on old platforms. USE AT YOUR OWN RISK!
Usage (As Command line tool)
Preparation
Download VC-LTL5 and YY-Thunks Binary, unzip them and add environment variable:
Binary Environment Variable VC-LTL-XXX-Binary.7z VC_LTL YY-Thunks-XXX-Binary.zip YY_THUNKS
... continue reading