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

Missing msvcr120.dll for Windows x64 #16

Open
SanBen opened this issue Jan 12, 2024 · 1 comment
Open

Missing msvcr120.dll for Windows x64 #16

SanBen opened this issue Jan 12, 2024 · 1 comment

Comments

@SanBen
Copy link

SanBen commented Jan 12, 2024

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?

@dancemanUK
Copy link

dancemanUK commented Jul 3, 2024

haxelib set heaps
choice git!

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants