Daniel Berger
1/5/2006 2:41:00 AM
Hi all,
Windows XP, SP2
Ruby 1.8.2 and 1.8.4
Why does this fail?
irb(main):001:0> require "win32ole"
=> true
irb(main):002:0> sound = WIN32OLE.new("MCI.MMControl")
WIN32OLERuntimeError: unknown OLE server: `MCI.MMControl'
HRESULT error code:0x800401f3
Invalid class string
from (irb):2:in `initialize'
from (irb):2
Thanks,
Dan