We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running on Windows the msvcr120.dll can not be found
Running the command:
haxelib run redistHelper app.hxml hlimgui.hdll -o bin -p app
Causes the error:
Uncaught exception File not found: msvcr120.dll, lookup paths=C:/HaxeToolkit/haxe/lib/redisthelper/0,7,3/redistFiles/hl64/, C:/HaxeToolkit/haxe/lib/redisthelper/0,7,3/redistFiles/, C:/HaxeToolkit/haxe/, C:/HaxeToolkit/neko/, C:/HaxeToolkit/haxe/, C:/HaxeToolkit/hashlink/, C:/HaxeToolkit/neko/, C:/HaxeToolkit/haxe/, C:/HaxeToolkit/neko/, C:/HaxeToolkit/haxe/, C:/HaxeToolkit/hashlink/
I'd expect it to be in the redistHelper's redistFiles directory, or am I missing something?
If I copy the msvcr120.dll from the hl32 directory to the hl64 it works, so it seems as if it's just missing?
msvcr120.dll
The text was updated successfully, but these errors were encountered:
haxelib set heaps choice git!
copy redistHelper\0,7,6\redistFiles\hl32\msvcr120.dll to redistHelper\0,7,6\redistFiles\hl64\
Sorry, something went wrong.
No branches or pull requests
When running on Windows the msvcr120.dll can not be found
Running the command:
Causes the error:
I'd expect it to be in the redistHelper's redistFiles directory, or am I missing something?
If I copy the
msvcr120.dll
from the hl32 directory to the hl64 it works, so it seems as if it's just missing?The text was updated successfully, but these errors were encountered: