Quote Originally Posted by savage
Actually if I remember correctly I did send Nehe quite a few JEDI-SDL compatible ports. Have you tried those instead?
Oh yep, I hadn't seen that one in the list!

Well, I jst downloaded it and tried to compile it, and here's what Lazarus says about the unit OpenGL12 that it requires:
Code:
OpenGL12.pas(2506,5) Error: Incompatible types: got "Pointer" expected " [ procedure variable type of procedure(LongWord, Single);StdCall ] "
at the line
Code:
glAccum := GetProcAddress(GLHandle, 'glAccum');
and every line after that in that same procedure has the same error message! lol

So what should I do? haha

And since i always have problems with those 'stdcall' and 'export', could you explain what they do?

Cheers all!