[Bug 40273] Call from 0x7b83d9b2 to unimplemented function windowscodecs.dll.WICCreateBitmapFromSection

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Mar 11 04:23:58 CST 2016


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

--- Comment #3 from Hans Leidekker <hans at meelstraat.net> ---
(In reply to Dmitry Timoshkov from comment #1)
> Created attachment 53916 [details]
> patch
> 
> Does this patch help?

I recently worked on an application that needs WICCreateBitmapFromSection and
tried the same approach, but it didn't work. The app embeds chromium which
renders a web page to a section and keeps updating the section. Another thread
periodically reads from the bitmap object and displays it on the screen.

So instead creating a copy of the section data we should store the view and use
that for reads and writes.

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