Visual C 5.0 and OpenGL/SDL

What all do I need for me to be able to compile opengl programs with
sdl and vc? I got the sdl 1.1.2 visual c lib from the page and
followed the instructions in the visual c html file and got regular
sdl programs to work, but when I try to run opengl programs it tells
me that I don’t have any opengl support on my system, but I have
opengl.dll in my system folder. Am I missing something? Can anyone
help me?

Wesley Poole
AKA Phoenix Kokido
Tired of hiding behind a on-line only identity…
members.xoom.com/kokido
@Wes_Poole

Try placing all the opengl libs, headers etc in the same project folder and
use
#include "…"
instead of #include < >