https://bugs.winehq.org/show_bug.cgi?id=37259
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW Depends on| |37628 Summary|Simple Direct2D application |Multiple Direct2D |fails to work with newer |applications need |d3d10_1.dll |ID2D1DCRenderTarget::BindDC | |implementation Ever confirmed|0 |1
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming. But please avoid Direct2D meta-bugs "make it work".
The current blocker is bug 37628 ('d2d_factory_CreateDCRenderTarget' is a stub)
I debugged this a bit further, looking for next things to be provided.
If 'ID2D1DCRenderTarget' interface is returned, the app wants to associate the render target with the window DC by calling 'ID2D1DCRenderTarget::BindDC'.
MSDN: https://msdn.microsoft.com/en-us/library/windows/desktop/dd371214%28v=vs.85%...
Refining summary to target this method and also adding dependency.
Regards