[Bug 35856] New: Please implement BindImageEx

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 24 09:34:36 CDT 2014


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

            Bug ID: 35856
           Summary: Please implement BindImageEx
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: imagehlp
          Assignee: wine-bugs at winehq.org
          Reporter: ockham at raz.or.at

See the MSDN documentation:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms679279%28v=vs.85%29.aspx
Currently implemented as a stub, this function would greatly help Python
developers who want to "freeze" (bundle into binaries) and package their
programs for Windows, as Python's internal "freezing" mechanisms (as well as
helpers based on them, such as cx_Freeze or unmaintained -- but still
wide-spread -- py2exe) depend on this function -- see the corresponding bug
report at http://bugs.winehq.org/show_bug.cgi?id=3591

I guess that some if not most of the logic required to implement this function
might be readily available from Wine's own DLL loading mechanisms, but being
pretty much of a Wine noob, I have no idea how exactly one would implement
this.

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