From: "Florian Groß" Date: 2005-09-16T13:32:13+09:00 Subject: Re: Crash when typing in irb Glenn M. Lewis wrote: > I fired up 'irb' and require a module I created with SWIG. > I then type the name of my class and a tab character to see > what kind of methods are available for it, and I get the > following: > This application has requested the Runtime to terminate it in an unusual > way. > Please contact the application's support team for more information. This is because of readline which is known to be odd on win32. It's a good idea to turn readline support off, but when I did that it involved deleting DLLs from the Ruby directory and removing lines of code from other files. I hope it has become easier and someone is able to tell...