Compilation errors (opengl32.lib glu32.lib)
-
error 1 error LNK1104: it is not possible to open the file "opengl32.lib" C:\Users\Victor\Desktop\OPENGL_PRIMER\external\glfw3.1.2\src\LINK glfw
error 3 error LNK1104: it is not possible to open a file of "glu32.lib" C:\Users\Victor\Desktop\OPENGL_PRIMER\LINK tutorial02_red_triangle
-
What are you compiling with, what keys? Most likely there's no file in the search. Check the presence of the files of the "opengl32.lib" and "glu32.lib" in the system. If you have them outside the systemic variable %PATH%, you should add a way to the library folder in the compiler ' s version:
- I'll be right back.
For Visual C++ so: Project-nationalSettings-articleLINK tab. In the Object/Library Modules, first, add the OpenGL32.lib GLu32.lib (and GLaux.lib).