[Bug 33311] New: Loading of libraries intended to be delay loaded for a built-in module actually is not delayed

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 1 00:56:50 CDT 2013


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

             Bug #: 33311
           Summary: Loading of libraries intended to be delay loaded for a
                    built-in module actually is not delayed
           Product: Wine
           Version: 1.5.27
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build-env
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dmitry at baikal.ru
    Classification: Unclassified


If a DLL is listed in DELAYIMPORTS statement in Makefile.in of built-in Wine
module (under /dlls or /programs) this actually doesn't mean that its loading
is going to be really delayed, that DLL will be loaded together with other
module imports.

A part of the problem is that modules listed in DELAYIMPORTS are passed
in the same list with other modules lised in IMPORTS to winegcc. This means
that winegcc passes them along as not delay loaded modules to other helper
tools.

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