OpenGL Library Routines

Sid Kraft 46 Reputation points
2026-07-02T01:16:59.0866667+00:00

Downloaded the Open GL Library routines and directed Visual Studio, C++ header lines as follows:

#include <C:\glfw-3.4\Include\GLFW\glfw3.h>

#include <C:\glfw-3.4\Include\GLFW\glfw3native.h>

The C++ header directives seem to work ok. However, when I build the execution module and tried to call routines from the OpenGL library, like glRotate(...), etc. the output included the error, "cannot find the module requested". I am wondering if I downloaded the appropriate library files and also, is there a better location to download the correct files from? All of the documentation that I have read implied that the library directives should include GL/gl.h or GL/glu.h, which are definitely not the ones that I have included in my downloads

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.