列表 上一篇 下一篇

exit重定义

vs2010提示错误

1>c:\program files\microsoft visual studio 10.0\vc\include\stdlib.h(353): error C2381: “exit”: 重定义;__declspec(noreturn) 不同 1> d:\vs\opengl\opengl\opengl_sdk\include\glut.h(146) : 参见“exit”的声明

解决方法

引用0penGL头文件放在最后。 如下代码所示: #include <stdlib.h> #include <GL/glut.h>