-
Recently I compiled my app to check if it will work fine on windows, but I found that I cannot run binary because it needs VCRUNTIME140.dll. Why this is needed, when I'm using only rust in app without any external dependencies? Binaries - https://github.com/qarmin/czkawka/actions/runs/6933877290 - krokiet at the bottom of page |
Beta Was this translation helpful? Give feedback.
Answered by
Vadoola
Nov 20, 2023
Replies: 1 comment
-
I could be mistaken but I believe that DLL is needed for any rust program compiled using the MSVC toolchain instead of the Gnu toolchaim on Windows. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
qarmin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I could be mistaken but I believe that DLL is needed for any rust program compiled using the MSVC toolchain instead of the Gnu toolchaim on Windows.