Quote Originally Posted by WILL
Toss up some version numbers here man. We can help you more that way.
Great!

Ok, here is the history:

I used Dev-Pascal 1.9.2 in Freepascal mode (in options you can choose Freepascal or GNU Pascal) when I downloaded JEDI-SDL v1.0.
As I tried to follow the tutorial on http://www.friends-of-fpc.org/tutori...ogl/index.html, the compiler said "Cannot find unit GLU", so Grudzio told me to copy certain files from the JEDI package into the Pascal directory.
I copied both folders SDL and OpenGL into C:\Dev-Pascal\Units (I renamed OpenGL to OGL so it wouldnt clash with the one already there) and added the two paths in the Dev-Pascal options page.
When I compiled the code for tutorial10, I got the messages
jedi-sdl.inc: illegal compiler directive $THREADING
and twice: glu.pas: identifier not found PGLUBYTE
and the compiler didnt like the wgl procedures (wglmakecurrent(...), wgldeletecontext(...), and a few others)!

I was told to download Freepascal, so I did (v.2.0.4), but I find it a pain because it's freaking DOS! I tried compiling and it came up with even more errors!

What do I do, now

Quote Originally Posted by WILL
I can help you get setup on the latest release of Lazarus, if that interests you...
If that would solve the problem, yes please!