Re: COM object pointer cast

2006-04-19 Thread Axel Bock
late but still - thanks a lot :) . works like a charm. cheers, Axel. -- http://mail.python.org/mailman/listinfo/python-list

Re: COM object pointer cast

2006-03-27 Thread Simon Brunning
On 27 Mar 2006 00:19:09 -0800, Axel Bock <[EMAIL PROTECTED]> wrote: > I am fooling around with the Python-COM bridge, and I have a little > question with that. > > In the component I am using is a method which will return an "Entry" > object - basically. In truth it returns some object which inheri

COM object pointer cast

2006-03-27 Thread Axel Bock
Hi, I am fooling around with the Python-COM bridge, and I have a little question with that. In the component I am using is a method which will return an "Entry" object - basically. In truth it returns some object which inherits from entry, and I know which one, but - as said - the method will onl