So I've developed an application on Mac OS and now I'm trying to test it on a machine having windows XP. Now this doesn't work here first issue being that glGenBuffer and glGenBuffer are giving a NullFunctionException. So I tried to check the OpenGL version on that machine but glGetString(GL_VERSION) returns None. Problem is I don't know much about the machine I'm testing on. If I run a dxdiag direct X returns only n/a to all details about the video card.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

You can use gpu-caps to find out details, dxdiag can only be helpful in regards to directx. You might have to update graphic card drivers.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.