Thread: Opengl

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    208

    Opengl

    Quick question that prolly sounds stupid to you guys but do I need to download any libraires or anything like that to use openGL in Dev-C++ if so where can I download it? Like I did with allegro? I know that sounds stupid but I searched for things and caoyldn't find nuttin. I dunno. thanx in advance.

    Kas
    Jeff Paddon
    Undergraduate Research Assistant
    Physics Department
    St. Francis Xavier University

  2. #2
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    check the compilers library and header dirs

    in the headers dir you should have,

    gl.h
    glu.h

    in the library dir

    OpenGL.lib or OpenGL32.lib
    glu.lib or glu32.lib

    include those headers and link to those libs and your all set.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linking OpenGL in Dev-C++
    By linkofazeroth in forum Game Programming
    Replies: 4
    Last Post: 09-13-2005, 10:17 AM
  2. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  3. OpenGL .dll vs video card dll
    By Silvercord in forum Game Programming
    Replies: 14
    Last Post: 02-12-2003, 07:57 PM
  4. OpenGL and Windows
    By sean345 in forum Game Programming
    Replies: 5
    Last Post: 06-24-2002, 10:14 PM
  5. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM