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: Setting up Opengl

  1. #1
    Guest

    Setting up Opengl

    This is not realy a OpenGL problem but more a problem whit visual c++. But given the fact that many of you work whit visual c++ , I hope u can solve this problem for me.

    I have linked the required Libs for OpenGL. And everything compiles without any problems.

    But the parameter info function or 'intellisense' funtion does not work whit my gl and glu functions.

    I find this realy frustrating because it works fine with the normal windows functions and my own functions.

    Does anyone of you have experience with this matter. I would be very greatfull if u can help me.

    Thx in advance,
    Fred

  2. #2
    Member Regular Contributor CrazyButcher's Avatar
    Join Date
    Jan 2004
    Location
    Germany
    Posts
    402

    Re: Setting up Opengl

    hm I thought when someone just #include <GL/gl.h>
    or others that you would automatically get intellisense of the stuff defined in the headers

  3. #3
    Guest

    Re: Setting up Opengl

    I thought that as well, but it does not work with my configuration

    by the way i am using visual c++ 6.0

Posting Permissions

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