|
#include<gl/gl.h>
#include<gl/glu.h>
#include<gl/glaux.h>
#include<gl/glut.h>
错误如下:
--------------------Configuration: MySDOpenGL - Win32 Debug--------------------
Compiling...
StdAfx.cpp
g:\毕业设计\我的程序\mysdopengl\stdafx.h(23) : fatal error C1083: Cannot open include file: 'gl/glut.h': No such file or directory
Error executing cl.exe.
MySDOpenGL.exe - 1 error(s), 0 warning(s)
而其他3个头文件可以呢!
请大家帮忙!!! |
|