Re: [python-win32] Referencing SimpleCOMServer-based COM object fromVisStudio C# code?

2006-04-28 Thread Michel Claveau
Hi! You can access to your Python-COM-server, from C#, with a tech named "Late Binding". "Late Binding" can access to dymanic COM server, without type library. After many search, I had can write this code (at bottom of this message), who run with my Python-COM-server. This code run, if compile

Re: [python-win32] Referencing SimpleCOMServer-based COM object fromVisStudio C# code?

2006-04-28 Thread Mark Hammond
> I am trying to access my python class, implemented as a COM server, > from my Visual Studio C# application. The problem is when I try to add > a reference with Visual Studio, my COM object isn't listed. > > When I run PythonWin and use its COM Browser tool, my COM object is in > one of the "regis