Re: [wxhaskell-devel] [wxhaskell-users] [Haskell] ANN: wxHaskell 0.92

2015-09-05 Thread Henk-Jan van Tuyl
I tried running BouncingBalls.hs in the samples\wxcore directory; inside GHCi, it runs the second time only for a short while, then crashes. The Windows application log shows exception code 0xc005, which means "Access violation". The standalone BouncingBalls.exe can be run multiple tim

Re: [wxhaskell-devel] [wxhaskell-users] [Haskell] ANN: wxHaskell 0.92

2015-09-05 Thread Conal Elliott
Sounds consistent. I'd expect that the compiled BouncingBalls.exe can be run twice because you get two separate processes, each opening a top-level window only once. Sadly, this limitation stops wxHaskell from being useful for exploratory programming, which is why I stopped using it several years a