Setting up GL Extensions in Borland C++ Builder

I am trying to use glDrawRangeElements in C++B. I understand its part of the GL extensions. I have search this site and found some ways to implement this with wglGetProcAddress. However, it does seem to work with C++B. Anyone know what I have to do?