[Haskell-cafe] ANN: Dungeons of Wor - a largish FRP example and a fun game, all in one!

Felipe Lessa felipe.lessa at gmail.com
Sat Feb 13 16:07:53 EST 2010


On Sat, Feb 13, 2010 at 09:49:53PM +0100, Henk-Jan van Tuyl wrote:
> I tried it, but after briefly displaying a window, the program
> terminates with the message:
>   dow: user error (unknown OpenGL extension entry glTexParameteri,
> check for OpenGL 3.1)
>
> I suppose the program needs a newer version than is supplied with
> Windows (opengl.org states that Microsoft always includes an old
> version of OpenGL [1])
> Does anybody know how to deal with this?

Just a thought: maybe it is something else.  That function
appears to exist since Windows 95 according msdn[1] and OpenGL
1.1[2].

[1] http://msdn.microsoft.com/en-us/library/dd368641(VS.85).aspx
[2] http://www.talisman.org/opengl-1.1/Reference/glTexParameter.html

HTH,

--
Felipe.


More information about the Haskell-Cafe mailing list