http://bugs.winehq.org/show_bug.cgi?id=15286
--- Comment #11 from Anastasius Focht focht@gmx.net --- Hello folks,
Jacek is working on this.
Last commit was: http://source.winehq.org/git/wine.git/commit/28a1eaedc9626e35f5b23188534e75a... ("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