Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: The procedure entry point could not be located

  1. #1
    Junior Member Newbie
    Join Date
    May 2009
    Posts
    2

    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

  2. #2
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655

    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 ?

  3. #3
    Junior Member Newbie
    Join Date
    May 2009
    Posts
    2

    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
  •