Partially OT : problem with GLUT and MS C++ .net

Hi all,
Sorry for crossposting ( this question was published by me in toolkits section, no ansewers though ). When I am compiling ATI OpenGL SDK samples ( and any source with GLUT header glut.h included ) I am getting error message, which says about redefinition of exit() function in header file stdlib.h. As I understand this is caused by MSVC .NET configuration settings ( MSVC 6 haven’t this problem). Any suggestions ?
Thanks in advance.

XChanger

Google is your friend.
http://students.cs.tamu.edu/jwf4661/441/glut_NET.html

Thanks a lot !

XChanger