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
    I don't use Dev but try still using <gl/glaux.h>. However, show me the errors you are getting. Link errors are different from compile errors...
    Do not make direct eye contact with me.

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: 3
    Last Post: 03-08-2004, 08:47 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