简体   繁体   English

哪里可以获得最新的OpenGL32.lib?

[英]Where to get an up-to-date OpenGL32.lib?

this one drives me crazy. 这一个让我发疯。 I've been searching for two days but cant find any answer. 我一直在寻找两天,但无法找到任何答案。 I want to develop some things with OpenGL 3 (or newer) with Visual Studio 2010 / C++. 我想用Visual Studio 2010 / C ++开发一些OpenGL 3(或更新版本)的东西。

The header and libraries provided by Microsoft are way too old to support OpenGL 3, so I'm trying to find newer versions. 微软提供的标题和库太旧了,不支持OpenGL 3,所以我试图找到更新的版本。 I easily found the header file in the OpenGL registry (http://www.opengl.org/registry/) but I cant find the OpenGL32.lib anywhere. 我很容易在OpenGL注册表(http://www.opengl.org/registry/)中找到头文件,但我无法在任何地方找到OpenGL32.lib。 How am I supposed to link a program without it? 如果没有它我怎么能链接一个程序?

There isn't a newer OpenGL library for windows, and there won't be. Windows没有更新的OpenGL库,也没有。 They decided to stop at OpenGL 1.1 and even call it a legacy graphics . 他们决定停止使用OpenGL 1.1,甚至称它为传统图形

However, you can use load opengl function , and that is how people get access to the latest opengl features. 但是,您可以使用load opengl函数 ,这就是人们访问最新opengl功能的方式。

You can also use GLEW library to get access to the opengl functions. 您还可以使用GLEW库来访问opengl函数。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM