Error LINK2019 unsolved external symbol

Hello
Im new in OPENGL and i wanted to execute some simople programms but after i got deeper into it i have always the same error messgage:
unresolved external symbol gluPerspective referenced in function “void __cdecl draw_pointcloud(float,float,struct glfw_state &,class rs2::points &)” (?draw_pointcloud@@YAXMMAEAUglfw_state@@AEAVpoints@rs2@@@Z)
Does anybody has a clue how i could solve it?
im using virtual studyo 2017 and win. 10
i installed allready openCV and openGL with all the libs and dll’s.

thx

You need to like with the GLU library. Alongside opengl32.lib, add a link to glu32.lib.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.