Re: [wxhaskell-users] process crashes on second 'start'

2006-12-07 Thread Conal Elliott
Hi Jeremy, Thanks for the detailed pointers about wxWidgets, GUIs, and multi-threading. My use is actually very simple. The only reason I wanted multiple (sequential, not concurrent) invocations of 'start' is for convenience of use in ghci. I recently switched from wxWidgets 2.4.2 to 2.6.3, an

Re: [wxhaskell-users] strings truncated to one character in wxhaskell-0.10.1 under ghc-6.6

2006-12-07 Thread Jeremy O'Donoghue
Hi Shelarcy On 07/12/06, shelarcy <[EMAIL PROTECTED]> wrote: > > Because current VC project for wxWidgets-2.6.3 doesn't works well my > environment, and I was busy. Jeremy changed VC project from > "..\..\wxWidgets-2.6.3\lib\vc_lib\mswu" to "..\..\wxWidgets-2.6.3\lib\mswu" > in "Update VC++ projec

Re: [wxhaskell-users] process crashes on second 'start'

2006-12-07 Thread Jeremy O'Donoghue
Hi Conal, On 07/12/06, Conal Elliott <[EMAIL PROTECTED]> wrote: > I submitted this bug report at the sourceforge project. Is this a known > problem? Any work-arounds? > > > Running two 'start'ed actions kills the process under ghc and ghci. > Example: > > > > import Graphics.UI.WX > > main = io

[wxhaskell-users] process crashes on second 'start'

2006-12-07 Thread Conal Elliott
I submitted this bug report at the sourceforge project. Is this a known problem? Any work-arounds? Running two 'start'ed actions kills the process under ghc and ghci. Example: import Graphics.UI.WX main = io >> io where io = start (frame [] >> return ()) OS: Windows XP Software versions: ghc