GLFW Undefined References

前端 未结 4 1066
刺人心
刺人心 2021-01-13 22:44

I\'m trying to use GLFW on a project, but when I compile it, I get a lot of undefined reference errors, while many of them is on the library file (libglfw.a). I tried both,

4条回答
  •  情歌与酒
    2021-01-13 23:03

    The error I got is

    undefined reference to `__imp_glfwInit'
    

    fixed the problem after I change to glfw-3.3.2.bin.WIN64 (64 bit glfw)

提交回复
热议问题