OpenGL version 1.2 in Borland C++ Builder 5

Hi

I m sorry if this is not the right message board for my question.

Does anyone tried to change the existing OpenGL library (version 1.1)in Borland C++ Builder 5 to version 1.2 or higher?

I wonder if it works and if there are any known problems with it?

As far as I remember, you don’t change the library. You just add new headers (glext, wglext, xglext) and call getProcAddress for new functions. Any other way seems to be risky to me…