Hi!
By default, dotNET (& Visual-Studio) need COM servers with TLB.
But Python's COM servers no have TLB.
For a solution from dotNET, search the expression "Late Binding"
@-salutations
--
Michel Claveau
___
python-win32 mailing list
python-win32@
Hi Folks,
Hopefully this is the place to ask this question.
I have written a COM server with a few trivial string methods to test the
integration of Python and VB6 (and Visual Studio). I have "compiled" it with
py2exe and created a DLL that can actually register with Windows. Nice.
I have su