我正在尝试从videotutorialsrock.com网站开始使用opengl编程.
它要我安装GLUT和OpenGL SDK.我能够成功下载GLUT,但是他在此页面上的链接
http://www.videotutorialsrock.com/opengl_tutorial/get_opengl_setup_windows/text.php
在我的64位Windows 7安装上不起作用.
它要我安装GLUT和OpenGL SDK.我能够成功下载GLUT,但是他在此页面上的链接
http://www.videotutorialsrock.com/opengl_tutorial/get_opengl_setup_windows/text.php
在我的64位Windows 7安装上不起作用.
我尝试进入OpenGL页面但没有找到下载.
我对OpenGL不是很熟悉,所以我对下载一些OpenGL库并从那里开始犹豫不决.
我应该下载什么?
解决方法
.DLL已经作为Windows的一部分安装
.LIB文件可以在Windows Platform SDK(http://www.microsoft.com/downloads/details.aspx?FamilyId=484269E2-3B89-47E3-8EB7-1F2BE6D7123A&displaylang=en)中找到
如果您使用的是MinGW而不是Visual Studio,则.a(等效的.lib)应该与MinGW的其余部分一起安装.
以下博客文章也可能有用:
http://www.microsoft.com/downloads/details.aspx?FamilyId=484269E2-3B89-47E3-8EB7-1F2BE6D7123A&displaylang=en