Write COM clients in Ruby

Hi,
I searched the list and did not find anything rubyCOM. However I did not
find good sample
which concentrates on COM and not OLE.

I want to write a MSAA (MS Active Accessiblity) Cliet to drive query
various
desktop application.

However I am not sure how one can get access to IAccessible interface,
for
that matter any
custom COM interface and drive the COM server.

Thanks for any pointers.
Regards,
Manish

On 6/6/07, Manish S. [email protected] wrote:

custom COM interface and drive the COM server.

Thanks for any pointers.
Regards,
Manish

I’m not sure if this helps, but:

have a look at this patch:
http://rubyforge.org/tracker/?func=detail&atid=1700&aid=8437&group_id=426

and ruby-talk: 238065
(http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/238065)

The patch is commited to trunk (1.9) since February and it is not in
1.8.

J.