
10 Sep
2004
10 Sep
'04
11:06 a.m.
Hi Miren,
As I need to implement a graphical interface, I was thinking of using wxHaskell. Is that a good option? How can I use the wxHaskell libraries with GHC? I´m working under Windows XP.
Yes, wxHaskell is a good option. As far as I know there are two options for writing GUIs that run under Windows: HToolkit and wxHaskell. I only have experience using wxHaskell; see the NetEdit application on http://wxhaskell.sourceforge.net/applications.html Using wxHaskell is easy. Download the appropriate distribution from http://wxhaskell.sourceforge.net/download.html and click on the register batch file. You can then use wxHaskell in both GHCi and GHC. Good luck, Arjan