Re: Runtime error when using blending (on windows XP)
Yann Morvan <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
Well, it looks like I've been too quick to speak. I was stuck with an old opengl dll (the one that came with windows, somehow I expected it to be reasonably up to date), so most wglGetProcAddress calls are indeed returning NULL. Replacing it with a recent mesa one made my C test program return non NULL addresses. I don't really understand how libHopenGL is built from the relevent dlls, but it looks like I will have to recompile the package, since my program still crashes. Sorry to have bothered you for so little. Yann