OpenGL windows下搭建环境踩坑记录

2021-12-01  本文已影响0人  huisedediao

参考网址:

https://learnopengl-cn.github.io/01%20Getting%20started/02%20Creating%20a%20window/

https://www.jianshu.com/p/3f59e6cfde97


参考上面两篇文章搭建,编译成功:

image.png

但是运行的时候:


image.png

改成x64后运行:


image.png

问题出在这一步,没有选择Win32,选上,重新生成glfw3.lib:


image.png

最后运行选择的时候选择x86即可:


image.png
上一篇 下一篇

猜你喜欢

热点阅读