Hi, great work you have here!
I tried to load the dll, both named as "libraylib.dll" (mingw version, as supplied by raylib's repo) and "raylib.dll" (as defined in your code, using just loadRaylib()). Tried 64bit and 32bit also, .dll in the same folder of the .exe binary. but sadly no success... It keeps returning "noLibrary".
I took a look on this package's code and compared it to bindbc-sdl (which is working fine on Windows) to see if I'd spot some error, but I'm new to Dlang and spotted none.
Am I missing something? Is there some other configuration or maybe some arg/flag to pass to the compiler?
Hi, great work you have here!
I tried to load the dll, both named as "libraylib.dll" (mingw version, as supplied by raylib's repo) and "raylib.dll" (as defined in your code, using just loadRaylib()). Tried 64bit and 32bit also, .dll in the same folder of the .exe binary. but sadly no success... It keeps returning "noLibrary".
I took a look on this package's code and compared it to bindbc-sdl (which is working fine on Windows) to see if I'd spot some error, but I'm new to Dlang and spotted none.
Am I missing something? Is there some other configuration or maybe some arg/flag to pass to the compiler?