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.