missing openGL includes?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
starphoenix
Posts: 13
Joined: Thu Mar 27, 2008 2:59 am

missing openGL includes?

Post by starphoenix »

Ive just recently reformatted my hard drive, and in attempting to continue working on a project of mine using Irrlicht, I tried to compile the libraries again, I've made some changes of my own, and it cant find GL/gl.h. I don't remember having to install or download anything the last time I started working with this. Can anyone help me or point me in the direction of finding these includes?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Would help if you'd have told us which OS and IDE/compiler you use.
starphoenix
Posts: 13
Joined: Thu Mar 27, 2008 2:59 am

Post by starphoenix »

Sorry, forgot about that little detail, I'm using Windows XP SP3, and Microsoft Visual Studio 2008
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Then you need to install a proper gfx card driver which comes with OpenGL support, though the headers should be part of VS.
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

Mine are in-
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include\gl\

If it can't find them automatically then you've messed up the Windows Platform SDK install or your Visual Studio settings
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Post Reply