
Hello Mark,
Mark Spezzano
Can someone PLEASE help me to understand exactly how to configure OpenGL on Window using Haskell. I'm using Eclipse IDE.
When I try to run the file Test1.hs in GHCi then I get the following error: Loading package syb ... linking ... done. Loading package base-3.0.3.0 ... linking ... done. Loading package array-0.2.0.0 ... linking ... done. Loading package containers-0.2.0.0 ... linking ... done. Loading package OpenGL-2.2.1.1 ... can't load .so/.DLL for: GL (addDLL: could not load DLL) Prelude Main>
Have you tried running GHCi with the -v flag?
I've copied the GLUT dll into Windows/System32.
I think it's better to leave GLUT dll in your application directory, next to the executable. -- Cheers, Artyom Shalkhakov