
6 Jul
2009
6 Jul
'09
11:11 a.m.
Hi Peter,
Peter Verswyvelen
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