OpenGL tooltips

Hey… Does anybody know how to get the intellisense stuff in VC++ 6.0 to work with the OpenGL functions? I’ve included the headers in my projects (in the headers folder, not just #included), and it still isn’t working. Any ideas? Thanks. Email me at AnCcE@AOL.com since I don’t check this board much.

It’s a bit off-topic, but there is a VC++ plug-in called Visual Assist, which expands the normal intellisense functionanlity to other non standard libs.

You should look at http://www.wholetomato.com
for more data on this plug-in.

Hope this helps,

Daniel Palomo van Es

When I make my own classe, all I have to do is include the .obj or .cpp files to get intellisense to work on those new functions…

Is there a gl.obj, or glut.obj file to be downloaded for opengl and glut???