Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Using GLUT with MS C++ .NET

Hybrid View

  1. #1
    Junior Member Newbie
    Join Date
    Oct 2002
    Location
    Alytus, Lithuania
    Posts
    10

    Using GLUT with MS C++ .NET

    I am getting strange message when using GLUT headers in MS C++ . NET. It says, that exit() function in header stdlib.h is redefined. How it may be solved ?
    Thanks in advance.

    XChanger

  2. #2

    Re: Using GLUT with MS C++ .NET

    The way I resolved the problem was to copy and paste the newer definition of exit from the stdlib.h file in to the glut header file. It will compile at this point.
    Gold Dragon

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •