Derelics problem, I think :)

Mike Parker aldacron71 at yahoo.com
Sun Jun 11 22:10:45 PDT 2006


MM wrote:

> test.exe
> Error: Failed to load proc wglUseFontBitmaps from shared library opengl32.dll
> 
> Which is in my opengl32.dll
> 
> Could anybody tell me what I did wrong? 
> 

You did nothing wrong. The problem is with your OpenGL DLL, which 
appears to be corrupt. The function "wglUseFontBitmaps", a function that 
/should/ be there, wasn't found. You could use Derelict's selective 
loading mechanism to work around it, but in this case that would be a 
hack. I suggest you replace your opengl32.dll and see if that does the 
trick. Look around MSDN or opengl.org to find where to download it. I 
googled it and found several sites offering it for download, but that I 
wouldn't trust anything that wasn't linked from MSDN or opengl.org.



More information about the Digitalmars-d-learn mailing list