Re: Cannot get glfw-nim to work

2017-11-22 Thread drsneed
It turns out I had an old nim compiler in my path that was getting used instead of 0.17.2. Once I removed the old compiler, everything works as expected. Case closed.

Re: Cannot get glfw-nim to work

2017-11-22 Thread cheatfate
Please, ensure that your executable is also 64-bit.

Re: Cannot get glfw-nim to work

2017-11-22 Thread Araq
Maybe the calling conventions differ. This usually results in different name mangling rules and so could cause an error like yours.

Cannot get glfw-nim to work

2017-11-22 Thread drsneed
Hello, I'm trying to use this glfw wrapper: [https://github.com/ephja/nim-glfw](https://github.com/ephja/nim-glfw). I clone the repo, enter the examples directory, and execute nim c -r minimal.nim, just as the documentation provides. Compilation succeeds, great! Now I attempt to run