Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need DLL on Windows #55

Closed
gaborcsardi opened this issue May 9, 2022 · 1 comment · Fixed by #57
Closed

Need DLL on Windows #55

gaborcsardi opened this issue May 9, 2022 · 1 comment · Fixed by #57
Labels
bug an unexpected problem or unintended behavior

Comments

@gaborcsardi
Copy link
Member

Apparently, rim.exe is not self-contained on Windows, and it needs vcruntime140.dll.

Until this is fixed in the next rim version (soon), you can install the MCVC++ runtime from here:
https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022
You'll need the X64 version, i.e. https://aka.ms/vs/17/release/vc_redist.x64.exe

@gaborcsardi gaborcsardi added the bug an unexpected problem or unintended behavior label May 9, 2022
@gaborcsardi
Copy link
Member Author

This might help: https://crates.io/crates/static_vcruntime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant