LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: pat8996 on May 03, 2016, 12:28:49

Title: Need help with LWJGL3
Post by: pat8996 on May 03, 2016, 12:28:49
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
Title: Re: Need help with LWJGL3
Post by: 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")
Title: Re: Need help with LWJGL3
Post by: pat8996 on May 03, 2016, 13:52:07
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
Title: Re: Need help with LWJGL3
Post by: Kai on May 03, 2016, 13:52:41
That works with me out of the box. I just tested it with Eclipse.