Derelics problem, I think :)

MM MM_member at pathlink.com
Mon Jun 12 07:05:57 PDT 2006


In article <e6jjs1$226k$1 at digitaldaemon.com>, Tom S says...
>
>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...
>
>
Excuse me, this was not really obvious apparently :), but I did tutorial 1-3
from dmedia a few  weeks ago without any problems. 
(around this time :D  >> build 210 (used 209)
switching back to 2.09 does not change the outcome btw.

ps. I always have the newest omega ati drivers.






More information about the Digitalmars-d-learn mailing list