
Both. I just ran the BouncingBalls.hs example included with wxHaskell-0.11.0
and it seg. faulted in both GHCi and the compiled exe with the message:
Segmentation fault/access violation in generated code
This is with GHC-6.10.1, and wxHaskell-0.11.0.
Looking at the GHC and wxHaskell pages I notice that both GHC and wxHaskell
are a few minor releases out of date, so I'm going to download the latest
versions on my windows box and see if that takes care of the issues.
On Sun, Aug 2, 2009 at 7:38 AM, Henk-Jan van Tuyl
On Sun, 02 Aug 2009 05:50:53 +0200, Kyle Murphy
wrote: (in my case I'm running XP 64 bit which apparently does not play nice with
the wxHaskell library as as soon as I mouse over any wxWidget objects it crashes with a seg fault)
Does this happen with a compiled program or only in GHCi?
-- Regards, Henk-Jan van Tuyl