Why Ruby stops working under cygwin
- From: Li Chen <chen_li3@xxxxxxxxx>
- Date: Sun, 21 Dec 2008 11:47:44 -0500
Hi all,
I want to call voice function using win32ole under cygwin. But Ruby
always stops working and a new window pops up the error message. I
wonder how to fix it.
Thanks,
Li
$ irb
irb(main):001:0> require 'win32ole'
=> true
irb(main):002:0>
irb(main):003:0* v=WIN32OLE.new('SAPI.SpVoice')
=> #<WIN32OLE:0x7ffa1a0c>
irb(main):004:0> v.speak('hello')
Error message in the pop windows:
Ruby interpreter (CUI) 1.8.7.o [i386-cygwin] has stopped working.
--
Posted via http://www.ruby-forum.com/.
.
- Follow-Ups:
- Re: Why Ruby stops working under cygwin
- From: Luis Lavena
- Re: Why Ruby stops working under cygwin
- From: Aldric Giacomoni
- Re: Why Ruby stops working under cygwin
- Prev by Date: Re: Using ruby hash on array
- Next by Date: Re: Pure Ruby Zlib::GzipWriter
- Previous by thread: ERROR: no driver for sqlite3 found (Ruby 1.9.0 + Windows)
- Next by thread: Re: Why Ruby stops working under cygwin
- Index(es):
Relevant Pages
|