Derelics problem, I think :)

Tom S h3r3tic at remove.mat.uni.torun.pl
Mon Jun 12 04:41:41 PDT 2006


Mike Parker wrote:
> 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.

Updating your graphics card drivers might do the trick...


--
Tomasz Stachowiak  /+ a.k.a. h3r3tic +/



More information about the Digitalmars-d-learn mailing list