CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: OpenGL/GLUT

Hybrid View

  1. #1
    Join Date
    May 2010
    Posts
    24

    Question OpenGL/GLUT

    Hi everyone,

    I have a newbie question today. I have a C++ code that references #include <GL/glut.h>
    #include <GL/gl.h>. However, I can't compile that because I'm getting errors on "variables undeclared" - all variables are declared after a glReadPixels call.
    I believe I'm configuring something wrong in the project, can you help me? I'm using Visual Studio 2010 and Windows 7 in a 64bit machine.

    Thanks in advance

  2. #2
    Join Date
    Jun 2008
    Posts
    592

    Re: OpenGL/GLUT

    0100 0111 0110 1111 0110 0100 0010 0000 0110 1001 0111 0011 0010 0000 0110 0110 0110 1111 0111 0010
    0110 0101 0111 0110 0110 0101 0111 0010 0010 0001 0010 0001 0000 0000 0000 0000
    0000 0000 0000 0000

Tags for this Thread

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured