[Bug 15286] Multiple applications need Windows Media Player ActiveX control: CLSID 6bf52a52-394a-11d3-b153-00c04f79faa6 (iMesh 7.x, Amazon mp3 downloader, ...)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 7 04:48:18 CST 2014


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

--- Comment #11 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

Jacek is working on this.

Last commit was:
http://source.winehq.org/git/wine.git/commit/28a1eaedc9626e35f5b23188534e75afcdd0bc35
("wmp: Added IPersistStreamInit stub implementation")

iMesh 7 hosts the Windows Media Player as ActiveX control requiring a certain
amount of control interfaces to be implemented.

PersistStreamInit_InitNew -> needs impl (shortcut S_OK is ok for now)

OleObject_SetClientSite -> needs impl
OleObject_SetExtent -> needs impl
OleObject_GetExtent -> needs impl
OleObject_DoVerb -> needs impl

IOleInPlaceObject needs to be exposed
OleInPlaceObject_SetObjectRects -> needs impl

IWMPPlayerX interface(s) need to be exposed
IWMPCoreX interface(s) need to be exposed

Keep up the good work!

Regards

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