From: Takaaki T. <tt...@ja...> - 2001-09-01 02:10:39
|
At Fri, 31 Aug 2001 18:08:47 -0700 (PDT), Kevin Smith wrote: > You know more about Ruby memory management, so I don't want > to make a change like this myself yet. now I'm working for this problem. > I don't know why your window.rb sample works fine. If you put the following code before Fltk.run, the sample program will die. ... $win = nil GC.start Fltk.run -- Takaaki Tateishi <tt...@ja...> |