Need help with LWJGL3

Started by pat8996, May 03, 2016, 12:28:49

Previous topic - Next topic

pat8996

I need help with lwjgl3 Iââ,¬â,,¢m testing the set up with the Hello world program thatââ,¬â,,¢s on the website and it says that glfwFreeCallbacks(window) is undefined of type hello world,  that the .free in glfwSetErrorCallback(null).free says its undefined, the !glfwInit() says that the operator ! is undefined for it, and finally glfwSetKeyCallback(window, (window, key, scancode, action, model) says it must be a functional interface. do i have it setup wrong i used this tutorial on setting it up https://www.youtube.com/watch?v=oDV9UXTk4Qo

Kai

Make sure you use either the "Stable (newer)" or the "Nightly (newest)" download from: https://www.lwjgl.org/download
(_not_ the "Release")

pat8996

Quote from: Kai on May 03, 2016, 13:45:59
Make sure you use either the "Stable (newer)" or the "Nightly (newest)" download from: https://www.lwjgl.org/download
(_not_ the "Release")
I'm using stable

Kai

That works with me out of the box. I just tested it with Eclipse.