Is these possible with ruby?

Can we do any of theses (from RoR):

access a COM object
call loadlibrary
receive and send(or post) windows messages
access a native dll
access a .net dll

Thanks,
Ratnavel

On Thu, Mar 6, 2008 at 6:07 AM, Ratnavel S.
[email protected] wrote:

Can we do any of theses (from RoR):

access a COM object
yes WIN32OLE
call loadlibrary
yes, DL/WIN32API
receive and send(or post) windows messages
I don’t know
access a native dll
yes, WIN32API
access a .net dll
I don’t know

On Thu, Mar 6, 2008 at 9:47 AM, Jano S. [email protected]
wrote:

access a .net dll
I don’t know

I am pretty sure, that you can do that in IronRuby, but I haven’t tried
it.