2007/9/7, Carl Trachte <[EMAIL PROTECTED]>:
> What little I know about the Dot Net framework suggests that you use a
> wrapper type class to COM provided within the framework (I forget the exact
> MS terminology).  I don't know if anyone's been doing this from IronPython,
> but I would be surprised if someone hadn't at least tried.
>
> I'm using win32com for now, but I'd like to hear more about this too.

I think the exact terminology is RCW(Runtime Callable Wrapper).

COM interoperation is well supported on IronPython, and IronPython
Cookbook wiki has some good pages on the topic:
http://www.ironpython.info/index.php/Contents#Interop

-- 
Seo Sanghyeon
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to