GL on NT

I’d like to know if anyone here is familiar with glut on NT.

When I compile I get errors saying variables like “GL_ABGR_EXT”, “GL_TRIANGLE_LIST_SUN”, etc. are undefined. I believe it’s a library inclusion problem, but I’ve included (I think) all the glut libraries, dlls that are needed. Perhaps anyone has run into this before? If so, which libraries or headers could I possibly be missing?

Thanks.

Hi !

These are not part of OpenGL 1.1 which is what you have in Microsoft’s header files, if you want to used extensions you need header files for this, there are lots of information about how do this if you search in this forum.

Mikael