http://bugs.winehq.org/show_bug.cgi?id=17435
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Component|-unknown |gdiplus Resolution| |FIXED
--- Comment #2 from Anastasius Focht focht@gmx.net 2010-08-01 04:51:16 --- Hello,
gdiplus GdipGet/SetStringFormatMeasurableCharacterRanges() was implemented some time ago, hence fixed by commit 9f63f7d949abc7a67f0031d046818698b7e82ec9
The app scans folders and finds duplicate images successfully.
For builtin gdiplus is still barfs at GetRegionScans() (bug 21798 ?) but you can dismiss this non-critical exception dialog and continue work.
--- snip --- System.NotImplementedException: Not implemented. at System.Drawing.Region.GetRegionScans(Matrix matrix) at System.Windows.Forms.LinkLabel.OnPaint(PaintEventArgs e) at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs) at System.Windows.Forms.Control.WmPaint(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.Label.WndProc(Message& m) --- snip ---
Marking this fixed.
Regards