Hello Mark,

Mark Spezzano <valh...@chariot.net.au> писал(а) в своём письме Tue, 17 Mar 2009 13:49:50 +0600:

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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to