在 Eclipse 中包含 GLAUX.h 时出错
我是 OpenGL 的新手。
我正在使用 Eclipse 做一些 OpenGL 示例,但我无法在我的文件中包含 glaux.h
。
Eclipse 总是给出一个警告,指出它找不到这个库。
那么,如何将这个库导入到 Eclipse 中呢?
I am a newbie in OpenGL.
I am using Eclipse to do some OpenGL examples, but I can't include glaux.h
in my file.
Eclipse always gives a warning that it can't find this library.
So, how can I import this library into Eclipse?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此帖子有帮助吗?
一旦您解决了此错误,请查看博客文章“正在尝试使用 openGL...”。
Would this thread help?
Once you pass this error, check out the blog post "Was trying my hands at openGL...".
您的系统上有这些库吗?如果没有,请从 http://www.songho.ca/opengl/files 下载 gluax.h /glaux.h 和 gluax.lib 来自 http://www.songho。 ca/opengl/files/glaux.lib。
设置路径就完成了。
Do you have the libraries on your system? If not please download gluax.h from http://www.songho.ca/opengl/files/glaux.h and gluax.lib from http://www.songho.ca/opengl/files/glaux.lib.
Set the path and you are done.