HeapsIO / heaps

Heaps : Haxe Game Framework
http://heaps.io
MIT License
3.19k stars 337 forks source link

Heaps Hashlink Error on latest versions - Failed to load library ui.hdll #1204

Closed alexketchum closed 6 months ago

alexketchum commented 6 months ago

This might not be the correct place for this but I'm having issues trying to run basic hello world example using hashlink but I get this error D:\Projects\hashlink\src\module.c(373) : FATAL ERROR : Failed to load library ui.hdll

I'm using:

Note: The reason that I'm posting this in the heaps repo is because I've successfully used hashlink with openfl and haxeflixel so it seems to be something about heaps in particular?

alexketchum commented 6 months ago

I was able to get this work. But I needed to install both heaps and hldx from github.

haxelib git hldx https://github.com/HaxeFoundation/hashlink.git master libs/directx
haxelib git heaps https://github.com/deepnight/heaps.git