OpenGL 1.3

I need help about openGl 1.3. Nvidia days that my geforce support opengl 1.3. now i want to use thes new features in opengl 1.3. but how? what new lib, dll usw i need for c++ 6? and were i can find them?

The same way as with extensions.You do not need any new lib or dll other than the latest drivers.

You mean i need only the latest Geforce driver and i can use the new features?

Yes, but you’ll need to get the function pointers for the new features, just in the same way you would use extensions. Blame MS for that.

Cheers,
-Lev