-
Notifications
You must be signed in to change notification settings - Fork 14
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
Does not seem to work under Windows #14
Comments
I got it to work with this solution. The issue is that libwinpthread-1.dll is not available on the PATH when trying to run your raylib application. It looks like Windows users using Nim had the same problem. Here are the steps I did explicitly:
My program behaved funny but it wasn't the fault of raylib. It was because I didn't invoke Anyway, I though I'd leave this here in case anyone else runs into this. |
Great, I'm glad you could find a solution! I'll add a link to this in the readme. |
Hello,
When I run the following program with
cabal run
under Windows nothing happens.hello-raylib.cabal
app/Main.hs
I tried updating my NVidia drivers. No change.
I installed raylib and successfully ran one of their examples in C so I suspect there's something wrong with this package or something I've done or missed in the code posted above.
Thank you and kind regards
Björn
The text was updated successfully, but these errors were encountered: