mingw32 w64 missing OpenGL32 lib

时光总嘲笑我的痴心妄想 提交于 2019-12-12 22:11:52

问题


I use Mingw32 w64 on Win64 (x86_64-w64-mingw32). I have not found libopengl32.a in the GCC 4.7.1 ruben build.

How I can obtain the lib?


回答1:


Ways to solve your problem:

  1. Go to http://www.equation.com. There is another 64-bit MinGW build and it contains libopengl32.a which I successfully have used.

  2. Use some GL loading library, like GLee or GLEW. They just load the opengl32.dll dll directly and avoid using export lib file.



来源:https://stackoverflow.com/questions/12390317/mingw32-w64-missing-opengl32-lib

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!