[Haskell-cafe] Haskell, OpenGL on Windows

Artyom Shalkhakov artyom.shalkhakov at gmail.com
Tue Mar 17 03:53:53 EDT 2009


Hello Mark,

Mark Spezzano <valheru at 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


More information about the Haskell-Cafe mailing list