Hybrid GUI beta release - an IM+RM GUI toolkit for games, multimedia, etc
Lukas Pinkowski
Lukas.Pinkowski at web.de
Sat May 31 11:55:31 PDT 2008
Tom S wrote:
> Lukas Pinkowski wrote:
>> I've just found out that the problem lies with reshaping the window.
>> After clearing with yellow (glclear(1,1,0,1)) the window indeed was
>> yellow. But after this, the contents of the window were not changed.
>> Even worse, when the window was resized, it became a black window.
>>
>> Hope this helps with finding the problem!
>
> I think you must be running for the top tester award... It definitely
> will help :D Thanks again!
Once again; I found out, that it's the wrapped OpenGL-calls that don't work.
It seems that somehow the loadFuncFromLib doesn't work correctly. I assign
OpenGL-functions like this:
fp_glClear = &glClear;
Then the wrapped-calls succeed. I may check this further.
More information about the Digitalmars-d-announce
mailing list