This question already has answers here:
What is an undefined reference/unresolved external symbol error and how do I fix it?

(34个答案)


4年前关闭。




我按照this教程使用GLFW编写了一个简单项目,很高兴,但是我不知道如何在我的项目中设置“高兴”。我当前正在使用Eclipse。

更确切地说,我试图问如何在项目中正确包含“高兴”

最佳答案

确保包括GLFW header 。还应在GLFW header 之前包含GLAD header 。

关于c++ - opengl —在Ubuntu上很高兴设置,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/37845909/

10-11 17:05