-
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
-
Super Moderator
OpenGL Lord
Re: The procedure entry point could not be located
Strange, as SetPixelFormat is defined in GDI32.DLL
http://msdn.microsoft.com/en-us/libr...49(VS.85).aspx
can you provide some context ? how is linked/build your gl project, the tools used ?
-
Re: 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" 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules