java.lang.UnsatisfiedLinkError: glGetString

Started by baegsi, November 16, 2004, 12:46:37

Previous topic - Next topic

baegsi

When I try: GL11.glGetString(GL11.GL_VENDOR)
I get an exception:
java.lang.UnsatisfiedLinkError: glGetString
at org.lwjgl.opengl.GL11.glGetString(Native Method)
at...

I'm using the latest lwjgl .93. Everything else works fine, e.g. I can run simple OpenGL tests.

Any ideas? Thanks

cfmdobbie

Is this before or after creating a window?
ellomynameis Charlie Dobbie.

baegsi

ahh, problem solved   :D It was before window creation.

Thanks for the fast answer!