VC 7 & OpenGL 1.3

I recently discovered that my Visual Studio .NET does NOT have support for writing OpenGL 1.3 code.

What must I do to make this work ??

Regards…

Look at using openGL extensions to access the higher 1.3 functions. try a google search, there are already some people who have made examples of using .NET with openGL.

Another option is to use go back to plan C/C++.

Originally posted by Belgy:
[b]I recently discovered that my Visual Studio .NET does NOT have support for writing OpenGL 1.3 code.

What must I do to make this work ??

Regards…[/b]