
-----------------------------------
Martin
Thu Jun 12, 2003 6:31 pm

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.

-----------------------------------
Catalyst
Thu Jun 12, 2003 6:42 pm


-----------------------------------
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++

-----------------------------------
Martin
Thu Jun 12, 2003 6:49 pm


-----------------------------------
Dev C++

-----------------------------------
Martin
Thu Jun 12, 2003 8:09 pm


-----------------------------------
Did you/how did you fix them?

-----------------------------------
Homer_simpson
Thu Jun 12, 2003 8:17 pm


-----------------------------------
try the built in OpenGL example (in DEV C++) does it work?!

-----------------------------------
Martin
Thu Jun 12, 2003 8:28 pm


-----------------------------------
Yeah, I got it working (now I just wish that I knew how ;))

-----------------------------------
Homer_simpson
Thu Jun 12, 2003 9:15 pm


-----------------------------------
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++
