![]() |
| | #1 |
| Linux Forever Join Date: Oct 2002
Posts: 373
| OPENGL Dev C++; Fualty LIBS 1135-1164: systax errors before void and ( (gl.h) and CDS_FULLSCREEN undeclared. Can i get 2 things: 1: A tutor guy to help me learn OpenGL in Dev C++ (i made 2 games in SDL, but i want to do 3D in pure OGL.) and 2: a working OGL library Thanks in advance!
__________________ This war, like the next war, is a war to end war. |
| Blizzarddog is offline | |
| | #2 |
| Banned Join Date: Oct 2001
Posts: 1,552
| Show us some code. |
| frenchfry164 is offline | |
| | #3 |
| Linux Forever Join Date: Oct 2002
Posts: 373
| You can get the code from www.gametutorials.com under OpenGL, and other code from nehes OGL tutorials. Nehes gets the CDS_FULLSCREEN Undeclared, and GT gets the syntax errors.
__________________ This war, like the next war, is a war to end war. |
| Blizzarddog is offline | |
| | #4 |
| C++ Developer Join Date: Jun 2002 Location: UWaterloo
Posts: 2,718
| For the NeHe tutorials, just put this at the top of your code. Code: #ifndef CDS_FULLSCREEN #define CDS_FULLSCREEN 4 #endif
__________________ Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie Last edited by XSquared; 12-28-2003 at 09:58 AM. |
| XSquared is offline | |
| | #5 |
| Linux Forever Join Date: Oct 2002
Posts: 373
| Thanks, ill try it out when i log back into windows and not linux.
__________________ This war, like the next war, is a war to end war. |
| Blizzarddog is offline | |
| | #6 | |
| Registered User Join Date: Oct 2003
Posts: 83
| Quote:
Just an undefined marco | |
| punkrockguy318 is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OpenGL Window | Morgul | Game Programming | 1 | 05-15-2005 12:34 PM |
| openGL programming - From MSVC++ to Dev C++ | WDT | Game Programming | 3 | 03-08-2004 08:47 PM |
| openGL programming - From MSVC++ to Dev C++ | WDT | Game Programming | 1 | 03-08-2004 05:19 PM |
| OpenGL .dll vs video card dll | Silvercord | Game Programming | 14 | 02-12-2003 07:57 PM |
| Using OpenGL with Dev C++ | Patrdm83 | C++ Programming | 4 | 02-04-2003 05:57 PM |