Re: RE: OpenGLRaw on Windows Vista
Sven Panne <[email protected]> Sun, 13 Sep 2009 13:59:48 +0200
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
Am Samstag, 5. September 2009 09:45:25 schrieb Tobias Bexelius: > [...] It seems that wglGetProcAddress wont retreieve pointers for core 1.1 > functions (like glClearColor) and these must be retrieved with standard > GetProcAddress calls instead [...] Hmmm, as usual, Windows seems to behave in a very obscure way. On an XP machine with a cheap on-board Intel chip, I *do* get all core API entries via WGL. Nevertheless, falling back to plain GetProcAddress when WGL fails seems to be safer and I will incorporate this in the next release. Thanks for the report, S.