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: Stupid Question...*looks like an idiot*

  1. #1
    Junior Member Newbie
    Join Date
    Jul 2001
    Location
    Urbana, IL, USA
    Posts
    3

    Stupid Question...*looks like an idiot*

    Ok...Well Im an idiot...Here goes:

    What Windows Header file do I need to include....If im using win2k...Probably some really easy answer...Oh well thanks for the time...

    -Idiot_01
    AKA Steven
    --Working on a MMORPG in OpenGL send an e-mail if you want to help-- steven@spine.npa.uiuc.edu

  2. #2
    Junior Member Newbie
    Join Date
    Jun 2002
    Location
    Philadelphia, PA, US
    Posts
    9

    Re: Stupid Question...*looks like an idiot*

    #include <windows.h>
    #include <GL\gl.h>
    #include <GL\glu.h> //for the utility library
    //#include <GL\glut.h> //if you want to use glut

  3. #3
    Junior Member Newbie
    Join Date
    Jul 2001
    Location
    Urbana, IL, USA
    Posts
    3

    Re: Stupid Question...*looks like an idiot*

    Thanks much...I just wasnt sure it needed winnt.h or windows.h....but thanks
    --Working on a MMORPG in OpenGL send an e-mail if you want to help-- steven@spine.npa.uiuc.edu

Posting Permissions

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