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@winehq.org Reporter: ockham@raz.or.at
See the MSDN documentation: http://msdn.microsoft.com/en-us/library/windows/desktop/ms679279%28v=vs.85%2... 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.