The procedure entry point could not be located

Does anyone know what will fix this error: “The procedure entry point SetPixelFormat could not be located in the dynamic link library OpenGL32.DLL”

-Andy

Strange, as SetPixelFormat is defined in GDI32.DLL
http://msdn.microsoft.com/en-us/library/dd369049(VS.85).aspx

can you provide some context ? how is linked/build your gl project, the tools used ?

Does anyone know what will fix this error: “The procedure entry point SetPixelFormat could not be located in the dynamic link library OpenGL32.DLL” in an application made under Visual Studio 2005 on operating system Windows XP. The compile and link under Visual Studio 2005 run without errors or warnings. The above error is reported at start up when the linked application begins
to run.

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