Thread: openGL programming - From MSVC++ to Dev C++

  1. #1
    Tha 1 Sick RAT
    Join Date
    Dec 2003
    Posts
    271

    openGL programming - From MSVC++ to Dev C++

    Hi

    I'm still dabbling in openGL, I have until recently been doing all my openGL programming in MSVC++ 6.0 and now I wish to compile the same programs in Dev C++. The only difference between the #includes in both compilers seem to be the #include <gl/glext.h> in dev C++ and #include <gl/glaux.h> in MSVC++. I assumed that syntactically everything else should be the same (i.e. calls to openGL functions and use of openGL syntax) but I seem to be wrong.
    Are there extra things to do within the dev c++ environ which will fix this or do i have to make changes withing the my program?
    Thanx for any help
    A hundred Elephants can knock down the walls of a fortress... One diseased rat can kill everyone inside

  2. #2
    The Defective GRAPE Lurker's Avatar
    Join Date
    Feb 2003
    Posts
    949
    Don't double post, read other one.
    Do not make direct eye contact with me.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Yeah delete this one bud. Just click on edit and then check the delete this post box at the top. All of this will go bye bye and you won't get railed on for double posting.

  4. #4
    Tha 1 Sick RAT
    Join Date
    Dec 2003
    Posts
    271

    Sorry 'bout the double posting

    'twas an accident I don't know how it happened. didn't think I could delete it. Anyway thanx for your help but for future reference the solution was to link about 6 different libraries to the project. But thanx for all your help.
    A hundred Elephants can knock down the walls of a fortress... One diseased rat can kill everyone inside

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. Please STICKY this- vital to MSVC 6 dev - BASETSD.h
    By VirtualAce in forum Game Programming
    Replies: 11
    Last Post: 03-15-2005, 09:22 AM
  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. Using OpenGL with Dev C++
    By Patrdm83 in forum C++ Programming
    Replies: 4
    Last Post: 02-04-2003, 05:57 PM