[Bug 45212] Getting IPicture errors - not implemented, cannot connect

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 18 16:16:19 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45212

--- Comment #12 from Fabian Maurer <dark.shadow4 at web.de> ---
Don't just download an DLLs from somewhere on the internet, that's dangerous.
Take the win7 or winxp version of the dll, create a win32 wineprefix and copy
it into system32. Then add a dll-override. Make sure you take the 32bit dll,
btw.

> Where is OLEPicture defined in wine?  Is this separate from oleaut32.dll?

No... It's right there, in oleaut32/olepicture.c.
You still seem to have a misconception on how COM works, and since I can't that
quickly explain here, please look it up. Basically, there is the interfaces and
the implementation. You only need to know IPicture and know how to get an
implementation, but how the implementation does it you don't care. And wine
does have its own implementation, obviously.

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