RE: [Haskell] ANNOUNCE: OpenGLRaw 1.1.0.0
Tobias Bexelius <[email protected]> Sun, 27 Sep 2009 22:55:42 +0200
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
> * Fall back to GetProcAddress on Windows when WGL doesn't find an API
> entry. This should fix problems using core functions with some driver/OS
> combinations.
I guess this fix is supposed to be the one I suggested a few weeks ago. However, after installing the latest opengl and raw packages I get the same old problems again, and in cbits/HsOpenGLRaw.c this is the only thing I find:
void*
hs_OpenGLRaw_getProcAddress(const char *name)
{
return wglGetProcAddress((LPCSTR)name);
}
Cheers
Tobias Bexelius
_________________________________________________________________
Hitta kärleken nu i vår!
http://dejting.se.msn.com/channel/index.aspx?trackingid=1002952
_______________________________________________
HOpenGL mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/hopengl