[Haskell-cafe] Haskell, OpenGL on Windows
Mark Spezzano
valheru at chariot.net.au
Tue Mar 17 03:49:50 EDT 2009
Hi,
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>
I've copied the GLUT dll into Windows/System32.
Is there some flag or option that I need to enable to tell Haskell
where to go to link in the library. What do I do with the other .h
and .lib files from GLUT?
Thanks
Mark
More information about the Haskell-Cafe
mailing list