我在Win64(x86_64-w64-mingw32)上使用Mingw32 w64。我在GCC 4.7.1 ruben版本中没有找到libopengl32.a。

我如何获得lib?

最佳答案

解决问题的方法:

  • 转到http://www.equation.com。还有另一个64位MinGW构建,其中包含我成功使用过的libopengl32.a。
  • 使用一些GL加载库,例如GLeeGLEW。他们只是直接加载opengl32.dll dll,避免使用导出lib文件。
  • 关于c++ - mingw32 w64缺少OpenGL32库,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12390317/

    10-09 06:35