How to link ARB, EXT extensions

Hi,

can somebody tell me, how to link the ARB and EXT extensions of opengl. Getting the headers seems to be no problem but what about the libraries. Windows comes with opengl 1.1 but what if I want to use 1.5 ?

Thanks for your help

Jupp

there are no libraries
you must use get function adress with wglGetProcAddress

http://www.opengl.org/resources/features/OGLextensions/

check the 22 lessons on http://nehe.gamedev.net