On Tue, Jun 28, 2011 at 10:57 AM, Jamal Mazrui wrote:
> In the past, I have built a COM server with C# and the RegAsm.exe utility of
> the .NET Framework. If I use pyc.py to create a DLL with IronPython, will I
> be able to build a COM server in a similar manner? Are there any particular
> issue
In the past, I have built a COM server with C# and the RegAsm.exe
utility of the .NET Framework. If I use pyc.py to create a DLL with
IronPython, will I be able to build a COM server in a similar manner?
Are there any particular issues to be aware of?
Jamal
__