Skip to navigation
Missing vcruntime140.dll when run my windows app, build with rust
06.05.26
Your app won't run because it was built with Microsoft Visual C++ and requires vcruntime140.dll, which is part of the VC++ runtime — but it's not installed on your Windows system The gnu target uses MinGW and doesn't depend on vcruntime140.dll. The binary will run on any default Windows machine. - name: Install Rust uses: dtolnay/rust-toolchain@nightly with: targets: x86_64-pc-windows-gnu - name: Build run: | cargo build --release --target x86_64-pc-windows-gnu
Reply
Anonymous
Information Epoch 1778972625
Favor apps that have universal interfaces.
Home
Notebook
Contact us