C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 02-03-2003, 10:15 PM   #1
Registered User
 
Join Date: Feb 2003
Posts: 1
Post Using OpenGL with Dev C++

If you want to make programs with OpenGL, go to http://www.gametutorials.com/. In the tutorials section there are a lot of sample programs.

Get Dev C++, if you don't have it, www.bloodshed.net.

- Open Dev and choose OpenGL for a template, then highlight "CHANGE TO FULL SCREEN" down til you get to the } above "CREATE MY WINDOW". Press delete to get it out of the code.

- Go to Search and Find in the above menu and find "ChangeToFullScreen();" and delete it also.

- Compile the source again and you should get a window called "Compiler and linker output". This means you compiled it sucessfully.

- Now go to the menu above and click Program, then Program Options.

- Type -lopengl32 -lglu32 in the box next to "Load object files". Compile and run the program. The program should appear.

Email: Patrdm83@hotmail.com

-Patrick-
Patrdm83 is offline  
Old 02-04-2003, 03:19 PM   #2
Registered User
 
Join Date: Feb 2003
Posts: 1
Re: Using OpenGL with Dev C++

Quote:
Originally posted by Patrdm83
If you want to make programs with OpenGL, go to http://www.gametutorials.com/. In the tutorials section there are a lot of sample programs.

Get Dev C++, if you don't have it, www.bloodshed.net.

- Open Dev and choose OpenGL for a template, then highlight "CHANGE TO FULL SCREEN" down til you get to the } above "CREATE MY WINDOW". Press delete to get it out of the code.

- Go to Search and Find in the above menu and find "ChangeToFullScreen();" and delete it also.

- Compile the source again and you should get a window called "Compiler and linker output". This means you compiled it sucessfully.

- Now go to the menu above and click Program, then Program Options.

- Type -lopengl32 -lglu32 in the box next to "Load object files". Compile and run the program. The program should appear.

Email: Patrdm83@hotmail.com

-Patrick-
I dont know why you post this because nobody uses Dev c++ and nobody cares about using OpenGL!!! OpenGL is THE WORST! You cant make any decent programs that would be worthwhile. You are just wasting your time with all of this nonsense about OpenGL!
absolutecppfan is offline  
Old 02-04-2003, 03:34 PM   #3
justaguest
Guest
 
Posts: n/a
em... I use Dev-c++ and OpenGL... noone other does?
 
Old 02-04-2003, 03:47 PM   #4
Burning in Hell!
 
Luigi's Avatar
 
Join Date: Nov 2002
Posts: 117
all mac programmers use opengl
its a standard...

and also very portable unlike direct x

altough I dont know why you posted that here in the first place.
almost sound like ur trying to sell somethin...?

as for the worst program thing..
You might wanna check some of the latest game many use opengl
i.e baldurs gate, quake III, half life, etc..

Luigi
My two cents
Luigi is offline  
Old 02-04-2003, 05:57 PM   #5
Crazy Fool
 
Perspective's Avatar
 
Join Date: Jan 2003
Location: Canada
Posts: 2,596
Quote:
I dont know why you post this because nobody uses Dev c++ and nobody cares about using OpenGL!!! OpenGL is THE WORST! You cant make any decent programs that would be worthwhile. You are just wasting your time with all of this nonsense about OpenGL!
^^ agrees w/luigi

openGL is great and many games do use it. i think absolutecppfan is just bitter because he doesnt have the skills!!

just look at the "jobs" listings for any of your favorite game/graphics developers, openGL knowledge is a requirement for almost any graphics programming position.
Perspective is offline  
Closed Thread

Thread Tools
Display Modes

Forum Jump

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 Dev C++; Fualty LIBS Blizzarddog C++ Programming 5 01-02-2004 09:40 AM
OpenGL .dll vs video card dll Silvercord Game Programming 14 02-12-2003 07:57 PM


All times are GMT -6. The time now is 09:24 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22