Author Topic: Bug with LWJGL 2  (Read 6289 times)

Offline Leshiy

  • byte
  • *
  • Posts: 8
    • View Profile
Bug with LWJGL 2
« on: February 19, 2008, 04:16:44 pm »
Just been trying to run LWJGL alpha2 to try and get the errors out and got an exception. They have restructured code since 1.1.4. In particular GLU now not in org.lwjgl.opengl.glu that has been moved to org.lwjgl.util.glu. You might want to refractor your code to include the changes because otherwise it throws exceptions all over the place. I got JPCT 1.15.

There are probably other changes that I haven't spotted yet, but here is heads up anyway.

Leshiy

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Bug with LWJGL 2
« Reply #1 on: February 19, 2008, 07:04:30 pm »
LWJGL2 is still alpha. I'm not going to support it as long as it isn't a stable release.

Offline Leshiy

  • byte
  • *
  • Posts: 8
    • View Profile
Re: Bug with LWJGL 2
« Reply #2 on: February 21, 2008, 04:34:07 pm »
Oh yeah thats what I meant just thought let u know for the future :)