How to use opengl1.2 and higher version on windows?

a novic question…

… that has been answered lots of times before.

In short: Use wglGetProcAddress to load the function pointer yourself, just like you do with extension functions.