Computer Science Canada

Getting OpenGL to work

Author:  Martin [ Thu Jun 12, 2003 6:31 pm ]
Post subject:  Getting OpenGL to work

Alright, I'm trying to learn openGL, but I can never get my programs to work...

I've got the glaux files in the right place, but I keep on getting linker errors when I compile.

The source is just copied and pasted from nehe's site.

Author:  Catalyst [ Thu Jun 12, 2003 6:42 pm ]
Post subject: 

ive had some of the same problems
in some projects the GLU functions will work in other they dont
what are you using devc++ or msvc++

Author:  Martin [ Thu Jun 12, 2003 6:49 pm ]
Post subject: 

Dev C++

Author:  Martin [ Thu Jun 12, 2003 8:09 pm ]
Post subject: 

Did you/how did you fix them?

Author:  Homer_simpson [ Thu Jun 12, 2003 8:17 pm ]
Post subject: 

try the built in OpenGL example (in DEV C++) does it work?!

Author:  Martin [ Thu Jun 12, 2003 8:28 pm ]
Post subject: 

Yeah, I got it working (now I just wish that I knew how Wink)

Author:  Homer_simpson [ Thu Jun 12, 2003 9:15 pm ]
Post subject: 

lol i know how... u were probably missing some links in project...
open your working project... goto project menu, drag to options.. and select the parameters tab... u'll see some links to librarys and dll files they should be in every project that u make...
note : these instructions are for dev c++


: