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 2 of 2

Thread: help !

  1. #1
    Junior Member Newbie
    Join Date
    Jun 2004
    Posts
    2

    help !

    Hi,

    I'm new and have a small question, What do i need
    to compile my code ? e.g. i writte a per-pixel shader application as tutorials , but i find that the tutorials require some include file that my Windows(opnegl include with windows)doesn't have ? Where can i download it ? (openGL SDK)
    Thank for reply.........

  2. #2
    Guest

    Re: help !

    grab the latest drivers from your vendor (nvidia,ati,...).

    head on over here for the headers (glext.h and wglext.h)
    http://oss.sgi.com/projects/ogl-sample/registry/

    in your app, make sure you link with opengl32.lib, and glu32.lib if you need glu.

    the rest depends on what kind of shader you're using. what kind of card so you have?

Posting Permissions

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