OpenGL and stereo mode

Hi, I am using Nvidia quadro with 4gb ddr3 RAM. I amtrying to run opengl in stereo mode but I get an error with

"wgl_arb_create_context not set "

Actually code is combination of OpenGL and VR Juggler. I am fairly new to OpenGL . I searched for this error on internet and got confused. Can anybody tell me how to deal with this error?

Thank you in Advance
Rohit

It must be a reference to this extension :
http://www.opengl.org/registry/specs/ARB/wgl_create_context.txt
However, no idea what your code does with it.