关于VC6.0下opengl编译出错的问题?

源代码:#include<windows.h>#include<GL/gl.h>#include<GL/glaux.h>voidmain(){auxInitDisplay... 源代码:
#include <windows.h>
#include <GL/gl.h>
#include <GL/glaux.h>

void main()
{
auxInitDisplayMode(AUX_SINGLE|AUX_RGBA);
auxInitPosition(0,0,500,500);
auxInitWindow("simple");

glClearColor(0.0,0.0,0.0,0.0);
glClear(GL_COLOR_BUFFER_BIT);

glColor3f(1.0,0.0,0.0);
glRectf(-0.5,-0.5,0.5,0.5);

glFlush();
_sleep(1000);
}

但是编译出错,实在不知道怎么回事了

opengl1.obj : error LNK2001: unresolved external symbol __imp__glFlush@0
opengl1.obj : error LNK2001: unresolved external symbol __imp__glRectf@16
opengl1.obj : error LNK2001: unresolved external symbol __imp__glColor3f@12
opengl1.obj : error LNK2001: unresolved external symbol __imp__glClear@4
opengl1.obj : error LNK2001: unresolved external symbol __imp__glClearColor@16
opengl1.obj : error LNK2001: unresolved external symbol _auxInitWindowA@4
opengl1.obj : error LNK2001: unresolved external symbol _auxInitPosition@16
opengl1.obj : error LNK2001: unresolved external symbol _auxInitDisplayMode@4
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/opengl1.exe : fatal error LNK1120: 9 unresolved externals
就是简单根据安装指南配置了5个文件,然后开始用就不行了。
展开
 我来答
吴涵宇_
2014-05-09 · 超过42用户采纳过TA的回答
知道小有建树答主
回答量:108
采纳率:0%
帮助的人:68.2万
展开全部
可能是这个头文件所需要的静态链接库你没有添加,你可以查一下你用的这几个头文件都需要添加哪些lib静态链接库
百度网友554e5fcd3
2014-05-11
知道答主
回答量:7
采纳率:0%
帮助的人:9374
展开全部
添加宏定义#define GLUT_DISABLE_ATEXIT_HACK试试
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式