[IronPython] Q: How do I compile .py files to a DLL for linking into my C# or VB program?

=?BIG5?B?uK2rSLe9?= iapyeh at gmail.com
Fri Apr 6 02:38:30 PDT 2007


A: IronPython does not support building DLLs for a C# style of linking and
calling into Python code.  You can define interfaces in C#, build those into
a DLL, and then implement those interfaces in Python code as well as pass
the python objects that implement the interfaces to C# code.

Can Someone kindly give an example?

Thanks in advance.

iap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20070406/322c63c9/attachment.htm 


More information about the users mailing list