can anyone give me the instructions to setup and run opengl progs in DEV, I have set up a project and included all relavent lib's , compilation works fine but when I run I get no output? I tried using the system pause command but now dice.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
can anyone give me the instructions to setup and run opengl progs in DEV, I have set up a project and included all relavent lib's , compilation works fine but when I run I get no output? I tried using the system pause command but now dice.
You have to send a compiler command i think the -thunks one not sure got it somewher but cant seam to find it right now
in the linker -lopengl32 -lgl32 -lglu32
Btw, there is a very useful OpenGL refererence on vUpdate. It's like the win32 one where it is the normal .hlp format. Might be of some use. L8tr
Kip