Problem with Glut

ai00rea <[email protected]> Sun, 6 May 2012 13:34:13 -0700 (PDT)
Newsgroups gmane.comp.lang.haskell.hopengl
Message-ID <[email protected]>
I have to make a project for university. I want to make a little game like
Pong. For this I decided to use Glut. I followed this tutorial but I didn't
succeed: http://netsuperbrain.com/blog/posts/freeglut-windows-hopengl-hglut/

I am using Windows 7. Now I removed all things I installed from my computer
about haskell & openGL & GLUT. 
And I installed Haskell Platform. I found out that openGL and GLUT are
included in this platform. OK but there is one problem: 


GHCi, version 7.0.4: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
[1 of 1] Compiling Main             (
C:\Users\fuRy\Desktop\openGL\teapots.hs, i
nterpreted )
Ok, modules loaded: Main.
*Main> main
Loading package OpenGL-2.2.3.0 ... linking ... done.
Loading package array-0.3.0.2 ... linking ... done.
Loading package containers-0.4.0.0 ... linking ... done.
Loading package GLUT-2.1.2.1 ... <interactive>: glut32: The specified module
cou
ld not be found.
can't load .so/.DLL for: glut32 (addDLL: could not load DLL)


Please help me. I tried 2 days to install this. Before that I tried to
instal WXHaskell too, and i failed. Or recomand me an library that you use
and there are some examples of code to figure out how to use it and is good
for my purpose: Pong.

--
View this message in context: http://haskell.1045720.n5.nabble.com/Problem-with-Glut-tp5689667.html
Sent from the Haskell - HOpenGL mailing list archive at Nabble.com.