[Note to OGI: can you replace the graphics library instructions on the Hugs download page with a pointer to the graphics library homepage please?] Wolfgang Lindner writes: > (2.) I want to try graphics too. So I was loading gtest.hs > (graphic test), which gives: > .. > Prelude> :load gtest > [snip] > Reading file "Win32": > ERROR "Win32": Unable to open file "Win32" > Prelude> > > Question: What is going wrong? Since you sent this report to hugs-bugs, I'm assuming that you downloaded the copies of Win32 and the graphics library on the Hugs download page and followed the instructions on that page. As maintainer of the Graphics library, I'd suggest grabbing the current version of the Graphics library from the Graphics library homepage: http://haskell.org/graphics/ and following the installation instructions there. There's no need to grab a fresh copy of Win32.zip since that hasn't changed. -- Alastair Reid ps The API of the current version is slightly different from the version on the Hugs homepage and closely matches the API in Paul Hudak's new School of Expression book (see http://haskell.cs.yale.edu/soe/).
