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 3 of 3

Thread: OpenGL header files and libraries.

  1. #1
    Junior Member Newbie
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    1

    OpenGL header files and libraries.

    Hello.

    A question out of my own ignorance:
    Are the OpenGL header files and libraries included by default with any (VC++.NET) C++ compiler?
    If so, what release of the libraries is being used?
    Thank you.

  2. #2
    Guest

    Re: OpenGL header files and libraries.

    They should be included. The exception may be the express edition of .NET 2005, which may require you to download the Win32 platform SDK.

    You can always find out if you have them by browsing the sub-directories in the visual studio install.

    Cheers

  3. #3
    Guest

    Re: OpenGL header files and libraries.

    You should have gl.h, glu.h, opengl32.lib, glu32.lib, opengl32.dll and glu32.dll.

    You'll probably want to use GLUT if you're starting out or just messing around (simplifies many common tasks).
    http://www.xmission.com/~nate/glut.html

    Cheers

Posting Permissions

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