[Bug 18347] New: GdipImageRotateFlip and GdipImageSetAbort aren't implemented

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 3 22:11:19 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18347

           Summary: GdipImageRotateFlip and GdipImageSetAbort aren't
                    implemented
           Product: Wine
           Version: 1.1.20
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dima at gmail.com


GdipImageRotateFlip and GdipImageSetAbort are marked "stub" in gdiplus.spec.
Cooliris tries to call them and crashes because of that. When I added stub
implementations, similar to other functions in image.c, it fixed that
particular crash. (Cooliris still dereferences a NULL pointer later, though -
possibly because the GDI+ functions aren't actually implemented. I'm looking
into that.)

If you want to test this, you'll have to set HOMEDRIVE and HOMEPATH first (see
bug 18336).

Btw, what does "@ stub" do? Is there any point in adding that, as opposed to a
dummy implementation of the function?


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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