-
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
-
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules