Hi all,
Trying to create a basic Nehe OpenGL tutorial 3 using JEDI-SDL. The good news is that everything compiles beautifully. The bad news is that the first OpenGL command it encounters crashes the application. My guess is that OpenGL is not properly initiated, so when it tries to make an OpenGL call, the bindings aren't pointing to anything. Anyone got any ideas?