Re: [wxhaskell-users] Application error from wxhaskell-0.11.0/ghc 6.10.1

2009-03-26 Thread Miguel Vilaca
Hi Eric, If you are getting this error message on Windows "The application could not be properly initialized, click on OK to terminate the application". Error Code: "0xc0150002". I had the same problem in the past and this solution, pointed to me in this mailing list, solved the issue. O

[wxhaskell-users] Application error from wxhaskell-0.11.0/ghc 6.10.1

2009-03-25 Thread Eric
Hi all, When I try to run the program: import Graphics.UI.WX main = start $ do{f <- frame []; return()} I get the error: The application failed to initialise properly. (0xc0150002). Thanks, Eric --