Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想问是否有人可以帮助在 Windows 7 上将 glew 库导入 QT 4.7。我访问了 glew 网站并下载了 glew 库,将 glew32.dll 复制到我的 system32 文件夹中。但我不知道下一步该做什么。当我尝试包含它时,Qt 无法识别 glew。
对于编译为共享库或静态库的每个库,它都是相同的。
1)将标题放在程序的包含路径中的某个位置。
2) 使用标题中定义的符号。
3) 链接到图书馆。在您的情况下,只需将 dll 放在您编译的可执行文件旁边。