[Bug 23912] dvdflick has an error on startup: "Object doesn't support this property or method"

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 29 18:15:53 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=23912

jhgf <bernhardloos at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernhardloos at googlemail.com

--- Comment #1 from jhgf <bernhardloos at googlemail.com> 2011-09-29 18:15:53 CDT ---
I'm not 100% sure what the restricted keyword is supposed to do, msdn mentions
only that "for example, it can prevent a data item from being used by a macro
programmer." But suspect the access check is supposed to happen in the macro
interpreter instead of the typelib system in oleaut32.

The actual failures in this case come from two points:
One are calls to IDispatch (which is restricted) from the stdole2.tlb type
library.
The other point are a bunch of calls to restricted methods in IFolderCollection
in the scrrun.dll type library. This isn't part of wine so it's not a case of a
wrong idl file somewhere.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list