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?
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.dllfrom the hl32 directory to the hl64 it works, so it seems as if it's just missing?