Symbol lookup error: glIsBuffer

Hello,

My application (compiled on a different machine) did run before, but now it gives the error message indicated in the Subject when trying to execute it. A similar error occurs when trying to link the program. I do not know what I have changed.

Where is glIsBuffer?

System: Mandriva 2007 stable, latest ati fglrx, thinkpad t40p.

Thanks for your input,

Pauleontologe

On Linux, you should always dynamically load (using glXGetProcAddress) GL symbols not present in OpenGL 1.2.

Of course, if your link library and driver both support OpenGL 2.0, what you’re trying to do should work anyway.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.