[Bug 9795] Russian business application 1C:Enterprise crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Oct 11 13:16:43 CDT 2010


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

--- Comment #25 from JuryS <js-box at nm.ru> 2010-10-11 13:16:43 CDT ---
(In reply to comment #24)
> (In reply to comment #23)
> > I have also some patches for 1C ! How I can input this in WineHQ project ?
> 
> It depends how you got them. Disassembling and deep tracing of native modules
> is not allowed, so if you used something that sounds like that - no way to get
> it in. If you got some obvious (or not so obvious) fixes with tests for them
> read this http://wiki.winehq.org/SubmittingPatches

For the sample we all see that the MDI windows are very slowly for show. It
very slowly for MS Access, 1C and other.

And here my first patch with user32/mdi.c:

static void MDI_SwitchActiveChild( MDICLIENTINFO *ci, HWND hwndTo, BOOL
activate )
{
    HWND hwndPrev;

    hwndPrev = ci->hwndActiveChild;


    if ( hwndTo != hwndPrev )
    {
        BOOL was_zoomed = IsZoomed(hwndPrev);

        if (was_zoomed)
        {
            ShowWindow( hwndTo, SW_MAXIMIZE );
        }
    }
}

Also I'm have 138 patches like this.

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