From: Lyle Johnson Date: 2002-09-19T05:50:19+09:00 Subject: Re: Qt vs. FOX vs. ? (was Help on installing ruby-qt on windowsXP) Guaracy Monteiro wrote: > On Windows ME, Ruby 1.6.7-4 install, scintilla-test.rbw will crash if > i doubleclick to run. Running by 'ruby scintilla-test.rbw' in a DOS box is > ok. > > If i comment some lines with 'puts' e.g. > > @scintilla.connect(SEL_COMMAND) do |sender, sel, scn| > puts "received SCNotification:" > #~puts " scn.nmhdr.idFrom = #{scn.nmhdr.idFrom}" > ... > end > > runs fine if double-clicked. Guaracy, Thanks for confirming my suspicions. It sounds like doing a "puts" from the non-console version of Ruby is a recipe for doom. I'll just take those statements out for the next release (they were really just debugging aids anyways). Lyle