[pywin32-bugs] [ pywin32-Bugs-3609019 ] Classes with muiltple IDispatch Interfaces
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2013-03-25 14:54:55
|
Bugs item #3609019, was opened at 2013-03-25 07:54 Message generated for change (Tracker Item Submitted) made by sschukat You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3609019&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Stefan Schukat (sschukat) Assigned to: Nobody/Anonymous (nobody) Summary: Classes with muiltple IDispatch Interfaces Initial Comment: Sometimes classes implement multiple IDispatch interfaces and the returned interface is of type IDispatch but not the default interface. This fix explicitly cast to the IDispatch interface to get the default interface of the object. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3609019&group_id=78018 |