Quote Originally Posted by IlovePascal
Quote Originally Posted by WILL
If you have JEDI-SDL then the OpenGL headers should be in one of the folders.

Look in 'JEDI-SDLv1.0\OpenGL\Pas' and the file you probably want is gl.pas.
Haha, I didnt'know it waas that simple! haha.

Then why does it say 'uses OpenGL' in the program (that's the translated version to Pascal from Nehe's C++ tuts btw) if what it means is 'uses gl' ?
Delphi ships with OpenGL.pas, while Tom Nuydens did the initial transalation that kept the files the way the C/C++ files are ie gl.pas, glu.pas etc.