"Shusaku" <tsyk / yk.rim.or.jp> wrote in message > > If your binary was downloaded from http://www.dm4lab.to/~usa/ruby/index_en.html, > ruby-1.8.0-preview3-i386-mswin32.zip contains win32ole 0.5.4 already. ^^^^^^^^^^^ Where is the source for win32ole 0.5.4 ? On RAA, I only got the versions up to 0.5.3 ... is it available some where else? > If your binary was downloaded from http://rubyinstaller.sourceforge.net/, > ruby180-9.exe, which is preview2 anyway, contains win32ole 0.5.4 also. [snip] > I have confirmed that following code produces a "[BUG] Segmentation fault" > with win32ole 0.5.2 and 0.5.3. The version 0.5.4 is safe to do this. I tried the code with version 0.5.4 which I got from your site mentioned above but I still keep getting the following error: ------------------------------------------------- This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. Interrupted! Interrupted! Tool completed with exit code 4 ------------------------------------------------- > require 'win32ole' > ie = WIN32OLE.new('InternetExplorer.Application') > ev = WIN32OLE_EVENT.new(ie, 'DWebBrowserEvents') ^^^^^^^^^^^^^^^^^ I changed this to : vvvvvvv ev = WIN32OLE_EVENT.new(ie,'DWebBrowserEvents2') But it did not seem to make any difference. > Shusaku <tsyk / yk.rim.or.jp> Thank you very much. -- shanko