http://bugs.winehq.org/show_bug.cgi?id=10700
Summary: Dragon Naturally Speaking 9 needs native gdiplus to run Product: Wine Version: unspecified Platform: PC URL: http://nuance.com OS/Version: All Status: NEW Severity: minor Priority: P2 Component: wine-gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: maarten@codeweavers.com
Right now dns9 mostly works with everything builtin, except it tries to use currently unimplemented functions.
With a bit of grep/sed magic I found at least the following calls missing:
GdipCreateHBITMAPFromBitmap GdipCreateLineBrushFromRectI GdipCreatePen2 GdipDrawArcI GdipSetLinePresetBlend
http://bugs.winehq.org/show_bug.cgi?id=10700
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Summary|Dragon Naturally Speaking 9 |Dragon Naturally Speaking 9 |needs native gdiplus to run |needs gdiplus.GdipDrawArcI, | |gdiplus.GdipCreatePen2, ...
http://bugs.winehq.org/show_bug.cgi?id=10700
--- Comment #1 from Lei Zhang thestig@google.com 2008-01-18 18:54:17 --- Looks like all we need now are:
GdipDrawArcI GdipSetLinePresetBlend
Although GdipCreateHBITMAPFromBitmap is a stub implementation.
http://bugs.winehq.org/show_bug.cgi?id=10700
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead@gmail.com
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2008-05-07 15:42:01 --- GdipDrawArcI is implemented. GdipSetLinePresetBlend, GdipCreateHBITMAPFromBitmap are stubbed. It's necessary to check this application again.
http://bugs.winehq.org/show_bug.cgi?id=10700
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2008-06-15 02:52:18 --- Does anybody test it again?
http://bugs.winehq.org/show_bug.cgi?id=10700
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #4 from Dan Kegel dank@kegel.com 2008-06-15 07:27:24 --- On May 12, Susan tested it, found the next problem was a crash on unimplemented gdiplus.dll.GdipCreateLineBrushFromRectWithAngleI, and filed new bug 13173.
I guess we can close this one.
http://bugs.winehq.org/show_bug.cgi?id=10700
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com 2008-06-15 07:53:06 --- (In reply to comment #4)
On May 12, Susan tested it, found the next problem was a crash on unimplemented gdiplus.dll.GdipCreateLineBrushFromRectWithAngleI, and filed new bug 13173.
Ok, I'll work on it after 1.0 release.
http://bugs.winehq.org/show_bug.cgi?id=10700
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2008-06-17 09:26:27 --- Closing bugs fixed in 1.0.
http://bugs.winehq.org/show_bug.cgi?id=10700
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |other
--- Comment #7 from Austin English austinenglish@gmail.com 2012-02-23 15:21:39 CST --- Removing deprecated 'All' OS.