redistHelper icon indicating copy to clipboard operation
redistHelper copied to clipboard

Missing msvcr120.dll for Windows x64

Open SanBen opened this issue 1 year ago • 1 comments

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?

SanBen avatar Jan 12 '24 23:01 SanBen

haxelib set heaps choice git!

copy redistHelper\0,7,6\redistFiles\hl32\msvcr120.dll to redistHelper\0,7,6\redistFiles\hl64\

dancemanUK avatar Jul 03 '24 18:07 dancemanUK