it there an Alternative to LoadLibrary or GetProcAddress?

it there an Alternative to LoadLibrary or GetProcAddress?

http://oss.sgi.com/projects/ogl-sample/GLsdk.zip

Whats this?

"GLsdk provides static library with wrapper functions for using OpenGL extensions under Linux and Windows

03/01/04 Intel has created the GLsdk library to ease use of OpenGL extensions, by providing a static library containing wrapper functions for extensions which otherwise must be accessed by use of wglGetProcAddress on Windows and glXGetProcAddressARB on Linux. The currently shipping OpenGL32.DLL from Microsoft only has entry points for OpenGL 1.1. If an application wants to use OpenGL 1.2 / OpenGL 1.3 entry points, it has to use wglGetProcAddress() in order to obtain the OpenGL 1.2/1.3 entry points from the driver. The files in this distribution are meant as an aid to the application to pretend that there is full support for OpenGL 1.2/1.3 if the underlying implementation supports OpenGL 1.2/1.3.