Hi Peter,

Peter Verswyvelen <bugfact <at> gmail.com> writes:

>  I know GLUT32.DLL is not bundled with the Haskell Platform
> installer, but which GLUT32.DLL should I use?

I compiled a basic example [1] successfully using the DLL
downloaded from [2]. But since that's the first hit in Google,
you've probably already tried it.

Did you put the DLL where GHC can find it? Use $WINDIR\System32
or $WINDIR\SysWOW64 if you're on 64 bit.

[1] http://netsuperbrain.com/blog/wp-content/uploads/2008/11/teapots.hs
[2] http://www.xmission.com/~nate/glut.html

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to