powerful-morning-89
12/10/2021, 8:44 PMhl.Ref from a hl.NativeArray.
Not from hl.Bytes though.
(On the haxe side arr.getRef, on the native side hl_aptr(arr,type)
> so with your hl kinc stuff... where do you put the hdll? Do you have some method to put it next to the .hl?
I don't.
And technically just putting it next to the .hl only works if hl is also in that directory.
Dynamic libraries need to be somewhere in your path (or somewhere where ld.so will find them on linux).bright-gpu-74537
12/10/2021, 8:45 PMbright-gpu-74537
12/10/2021, 8:46 PMbright-gpu-74537
12/10/2021, 8:46 PMpowerful-morning-89
12/10/2021, 8:46 PM.hl location is the current working directory.powerful-morning-89
12/10/2021, 8:47 PMbright-gpu-74537
12/10/2021, 8:47 PMbright-gpu-74537
12/10/2021, 8:47 PMbright-gpu-74537
12/10/2021, 8:49 PMbright-gpu-74537
12/10/2021, 8:49 PMC:\Temp\hl_raylib_test\client>hl bin\client.hl
src\module.c(321) : FATAL ERROR : Failed to load library raylib.hdllpowerful-morning-89
12/10/2021, 8:49 PMrpath that mess things up sometimes so...bright-gpu-74537
12/10/2021, 8:50 PMbright-gpu-74537
12/10/2021, 8:50 PMpowerful-morning-89
12/10/2021, 8:51 PMbright-gpu-74537
12/10/2021, 8:52 PMpowerful-morning-89
12/10/2021, 8:52 PMbright-gpu-74537
12/10/2021, 8:52 PMbright-gpu-74537
12/10/2021, 8:53 PMbright-gpu-74537
12/10/2021, 8:53 PMpowerful-morning-89
12/10/2021, 8:53 PMbright-gpu-74537
12/10/2021, 8:54 PMpowerful-morning-89
12/10/2021, 8:54 PMpowerful-morning-89
12/10/2021, 8:54 PMbright-gpu-74537
12/10/2021, 8:54 PMbright-gpu-74537
12/10/2021, 8:55 PMbright-gpu-74537
12/10/2021, 8:55 PMbright-gpu-74537
12/10/2021, 8:56 PMbright-gpu-74537
12/10/2021, 8:56 PMbright-gpu-74537
12/10/2021, 8:57 PMbright-gpu-74537
12/10/2021, 8:58 PM