[Bug 32476] DVDFlick 1.3.x fails on startup with "automation error" (needs Scripting.Dictionary "get_Item" method implementation)

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 9 17:07:18 CDT 2014


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

hanska2 at luukku.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hanska2 at luukku.com

--- Comment #1 from hanska2 at luukku.com ---
http://source.winehq.org/git/wine.git/blob/070356799860165d22045cf29518411c5509cd22:/dlls/scrrun/dictionary.c#l180

180 static HRESULT WINAPI dictionary_get_Item(IDictionary *iface, VARIANT *Key,
VARIANT *pRetItem)
181 {
182 dictionary *This = impl_from_IDictionary(iface);
183
184 FIXME("(%p)->(%p %p)\n", This, Key, pRetItem );
185
186 return E_NOTIMPL;
187 }

wine 1.7.24

-- 
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