From: Philipp H. <phi...@31...> - 2014-09-22 22:19:38
|
Hi, I am trying to get wxHaskell running on Windows 7 32bit. I got some of the wxHaskell examples working, but quite a few of them crash (all from samples/wxcore): - BouncingBalls crash on exit - ByeDemo works - HelloWorld works - Paint crash on exit - ImageViewer crash on start I always get exception code c000005, which seems to be "access violation". Strangely, all of them work if I run them inside DependencyWalker.... I used MinGW 5.1.6, Haskell Platform 2014.2.0.0, wxWidgets 3.0.1 and followed the instructions on http://www.haskell.org/haskellwiki/WxHaskell/Windows . Has anyone else seen this problem or know how I might can solve this? All the best, Philipp |