Trouble with netbeans and openGL

Started by flashpro, December 22, 2008, 09:28:51

Previous topic - Next topic

flashpro

I need some help. I'm experimenting with openGL and LWJGL. I wrote a workable program that outputs  a square to the screen.
I tried it on my desktop computer and it worked fine. However, when i installed LWJGL on my laptop and tried the program
on it, it did not work. The Display window came up, but nothing is being rendered. Here is the message it gives me:
----------------------------------------
run:
Initial mode: 1280 x 800 x 32 @60Hz
Found 24 displaymodes
Removed 0 duplicate displaymodes
Could not locate symbol glGetStringi
BUILD SUCCESSFUL (total time: 6 seconds)
----------------------------
I need help figuring out why nothing will render. What is with the whole "Could not locate symbol glGetStringi" message?
Any assistance would be much appreciated.
Thanks,
Flashpro

Matzon

version, platform ? - please make sure you are using 2.0.1

flashpro

Yes, it is version 2.0.1. The newest version. I really can't figure it out.
The OS i'm using is Windows Vista home premium 32 bit.
I update my graphic drivers, but no luck. Netbeans still gives me that message.
Any ideas?

Matzon

I am clueless! but a discussion on #lwjgl had something similar:
http://echelog.matzon.dk/logs/browse/lwjgl/1228172400 - at the bottom, continuing to dec. 3

though that was fixed when updating to 2.0.1 *ponder* - do you have something weird in your jre/ext folder ?

flashpro

Yeah, I'm a pretty good programmer, and it has me baffled. Any other ideas? Before i update my graphic drivers, i got
an error that said, "Found openGL15 but missing entry point". Once i updated my graphic drivers the message disappeared.
Again, the program that i wrote worked on my desktop computer.
???