3 releases
0.1.2 | May 16, 2023 |
---|---|
0.1.1 | May 16, 2023 |
0.1.0 | May 16, 2023 |
#39 in #visual
30 downloads per month
Used in win9x-sync
5MB
146K
SLoC
Contains (static library, 190KB) sdk/lib/msvcrt.lib, (static library, 175KB) sdk/lib/kernel32.lib, (static library, 135KB) sdk/lib/user32.lib, (static library, 120KB) sdk/lib/advapi32.lib, (static library, 82KB) sdk/lib/gdi32.lib, (static library, 98KB) sdk/lib/shell32.lib and 2 more.
vc6-sys
Rust bindings for the Visual C++ 6 API.
Libraries must be opted-in for linking using this crate.
In your build.rs
, output link instructions according to the libraries you need. For example:
println!("cargo:rustc-link-lib=kernel32");
println!("cargo:rustc-link-lib=user32");
Other libraries can be specified as needed.