[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: write COM clients in Ruby

Jano Svitok

6/6/2007 11:49:00 AM

On 6/6/07, Manish Sapariya <msapariya@gmail.com> wrote:
> 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
>

I'm not sure if this helps, but:

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

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

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

J.