Re: [Ironpython-users] Building a COM server with IronPython 2.7

2011-06-29 Thread Jeff Hardy
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

[Ironpython-users] Building a COM server with IronPython 2.7

2011-06-28 Thread Jamal Mazrui
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 __