Thread: opengl help (probally simple fix)

  1. #16
    Registered User
    Join Date
    Apr 2011
    Posts
    37
    Okay, the compiler knows were glut.h is. the full error message is that my include file (location of gl.h); declaration for parameter "glAccum" but no such parameter. C: 1149

    I am using the Tiny C Compiler

  2. #17
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Does this point (also) to a line in your code, perhaps where you are calling glAccum incorrectly? I mean, glAccum isn't a parameter, it's a function. So unless the compiler has gotten so wedged that it's not in the right state (i.e. it thinks it's in the middle of another function instead of reading a bunch of prototypes), it shouldn't be calling glAccum a parameter.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. help with simple OpenGL
    By mrbains in forum C++ Programming
    Replies: 1
    Last Post: 04-06-2011, 02:35 PM
  2. help with simple OpenGL
    By mrbains in forum C Programming
    Replies: 1
    Last Post: 04-06-2011, 02:30 PM
  3. Simple OpenGL question
    By kas2002 in forum Game Programming
    Replies: 5
    Last Post: 06-30-2009, 12:30 PM
  4. Replies: 5
    Last Post: 11-27-2005, 09:50 PM
  5. Replies: 5
    Last Post: 12-03-2003, 05:47 PM