Thread: OpenGL library

  1. #1
    C / C++
    Join Date
    Jan 2006
    Location
    The Netherlands
    Posts
    312

    OpenGL library

    I started OpenGL tutorials:

    http://www.rush3d.com/reference/opengl-redbook-1.1/

    I read the stuff, but when I run the first program in Dev-C++, it says the aux.h library is "Permission Denied". I read it but I can't find a place to download the aux.h file.
    Operating Systems:
    - Ubuntu 9.04
    - XP

    Compiler: gcc

  2. #2
    Registered User
    Join Date
    Apr 2006
    Posts
    4
    I'm pretty sure its not just you. I've found the header and attached it to this post, but Im pretty sure bloodshed dev will give you that error no matter what (I personally havent been able to fix it).

  3. #3
    C / C++
    Join Date
    Jan 2006
    Location
    The Netherlands
    Posts
    312
    Thanks man!
    Operating Systems:
    - Ubuntu 9.04
    - XP

    Compiler: gcc

  4. #4
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    It's worth mentioning that glaux.h is depreciated, that's why modern OpenGL packages don't include it.
    Sent from my iPadŽ

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. static data structure in a library
    By melight in forum C Programming
    Replies: 6
    Last Post: 01-10-2009, 11:12 AM
  2. Help building/linking to static library
    By Kernel Sanders in forum C++ Programming
    Replies: 19
    Last Post: 08-17-2008, 04:35 PM
  3. Why only 32x32? (OpenGL) [Please help]
    By Queatrix in forum Game Programming
    Replies: 2
    Last Post: 01-23-2006, 02:39 PM
  4. Replies: 19
    Last Post: 01-12-2006, 11:04 AM
  5. Easy interface for implementing OpenGL
    By vNvNation in forum Game Programming
    Replies: 1
    Last Post: 07-26-2004, 03:48 PM