Thread: Using OpenGL with Dev C++

  1. #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: [email protected]

    -Patrick-

  2. #2
    Registered User
    Join Date
    Feb 2003
    Posts
    1

    Re: Using OpenGL with Dev C++

    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: [email protected]

    -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!

  3. #3
    justaguest
    Guest
    em... I use Dev-c++ and OpenGL... noone other does?

  4. #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

  5. #5
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  2. openGL programming - From MSVC++ to Dev C++
    By WDT in forum Game Programming
    Replies: 3
    Last Post: 03-08-2004, 08:47 PM
  3. openGL programming - From MSVC++ to Dev C++
    By WDT in forum Game Programming
    Replies: 1
    Last Post: 03-08-2004, 05:19 PM
  4. OPENGL Dev C++; Fualty LIBS
    By Blizzarddog in forum C++ Programming
    Replies: 5
    Last Post: 01-02-2004, 09:40 AM
  5. OpenGL .dll vs video card dll
    By Silvercord in forum Game Programming
    Replies: 14
    Last Post: 02-12-2003, 07:57 PM