Re: Using Python with COM to communicate with proprietary Windows software

2005-09-13 Thread Joakim Persson
g the COM object in the registry works fine, but how do I make it look like a custom interface from the proprietary COM servers point of view? Oh well, I will look at it some more tomorrow and hopefully come up with a solution... -- Joakim Persson M.Sc student, CS/E @ LTH -- http://mail.python.org/mailman/listinfo/python-list

Re: Using Python with COM to communicate with proprietary Windows software

2005-09-10 Thread Joakim Persson
ing to deal with randomly arriving log points, should be implemented as "onMsg()" on my COM server side, and some other similar methods), but I don't really know how. I have tried doing simple COM servers using win32com, but is it equally possible to implement such a simple thing in

Re: Using Python with COM to communicate with proprietary Windows software

2005-09-09 Thread Joakim Persson
On Fri, 09 Sep 2005 08:36:00 +0200, Thomas Heller <[EMAIL PROTECTED]> wrote: >Joakim Persson <[EMAIL PROTECTED]> writes: > >> I have a rather bloated C++ client prototype which "works", so I >> should have all the code needed to invoke the interface, but th

Using Python with COM to communicate with proprietary Windows software

2005-09-08 Thread Joakim Persson
, but I don't want something like COM client/server obscurity getting in the way... Thanks in advance, -- Joakim Persson M.Sc student, CS/E @ LTH -- http://mail.python.org/mailman/listinfo/python-list