[Haskell-cafe] Re: Haskell Platform 2009.2.0.1 and GLUT32.DLL
on Windows: which version?
Mikhail Glushenkov
the.dead.shall.rise at gmail.com
Mon Jul 6 11:11:50 EDT 2009
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
More information about the Haskell-Cafe
mailing list