Hi!
I have a big problem with a new game I’m writing
on. When I use glGenTextures I get this exception:
[quote]Exception in thread “main” java.lang.UnsatisfiedLinkError: nglGenTextures
at org.lwjgl.opengl.CoreGL11.nglGenTextures(Native Method)
at org.lwjgl.opengl.CoreGL11.glGenTextures(Unknown Source)
at Font.(Font.java:37)
at Breakout3D.(Breakout3D.java:45)
at Breakout3D.main(Breakout3D.java:71)
Press any key to continue…
[/quote]
I’m using LWJGL 0.8.
WiESi
Indeed you do!