java.lang.UnsatisfiedLinkError: nglGenTextures

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

OK, I found the problem. I have to generate
a Window before calling GL-functions.

WiESi

:slight_smile: Indeed you do!

Cas :slight_smile: