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