Walter Ariel Risi <[EMAIL PROTECTED]> writes: > I've recently got the Hugs 1.4 Beta release, and got the DOS Version > running perfectly on a Win95 DOS Box. However, I had problems running Fran > and GUIs programs from the GUI version of Hugs. Is it my fault (i.e. I had > forgotten something) or is it a bug?? The Graphics library (on which Fran is based) is incompatible with Hugs for Windows. I believe the problem is that both of them are trying to trying to handle the event queue but I never tracked down the precise cause of the problem. So, yes, it's a bug. It is documented somewhere but I couldn't find where so I've added a comment in the users guide. -- Alastair Reid Yale Haskell Project Hacker [EMAIL PROTECTED] http://WWW.CS.Yale.EDU/homes/reid-alastair/ ps The HugsEdit GUI (slightly buggy alpha-release available on my home page) works fine with Fran (because the GUI runs in a separate process from Hugs).
