Recently I just move our code from "glBegin/glEnd" to "VBO/GLSL". It works pretty well and fast.
However if user's video card driver is older, let's say 182 or 191, the code will crash.
Here is my question.
How can I know if my code can work on user's machine. If not, let user update his driver.
Thanks




