【发布时间】:2013-06-07 19:46:32
【问题描述】:
所以我试图链接 32 位 GLFW.lib 并将它放在我的桌面上并这样做:
http://s1.postimg.org/40q6d5367/Untitled.png
并确保包含#include <GL/glfw.h>
但它每次都给我这个
Error 1 error C1083: Cannot open include file: 'GL/glfw.h': No such file or directory
【问题讨论】:
标签: c++ visual-studio-2012 glfw