Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Compiling for OpenGL > 1.1

  1. #1
    Junior Member Newbie
    Join Date
    Jul 2002
    Location
    East Lansing, MI, USA
    Posts
    2

    Compiling for OpenGL > 1.1

    If MS includes OpenGL 1.1 libraries and Visual Studio provides the libraries and headers for 1.1, then how do I write an OpenGL program using something hire than 1.1 for Windows?

    I don't see any downloads for libraries on this site or MS's. Is this something provided by a video card manufacturer along with the drivers?

    This is definitely a noob question so links/tutorials are welcome.

  2. #2
    Member Regular Contributor
    Join Date
    Oct 2001
    Location
    Princeton, NJ
    Posts
    391

    Re: Compiling for OpenGL > 1.1

    extensions, on windows you are stuck with the 1.1 base, but you can use wglGetProcAddress() and the constants defined in glext.h to gain access to extra featured of the cards. Seeing as this is a bad explanation, try this: http://nehe.gamedev.net/data/lessons....asp?lesson=22
    it gives a better overview

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •