[Bug 3591] py2exe does not work properly

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 24 09:54:19 CDT 2014


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

--- Comment #23 from Bernhard Reiter <ockham at raz.or.at> ---
Well if I read BindImageEx docs correctly, the actual work is probably
performed by some user callback passed as StatusRoutine pointer
(http://msdn.microsoft.com/en-us/library/windows/desktop/ms680653%28v=vs.85%29.aspx)
to BindImageEx, with arguments passed by BindImageEx such as the library names
and paths. So if I understand correctly, BindImageEx doesn't have to copy DLLs,
but -- at least a stub -- just needs to pass their names and paths to
StatusRoutine. Is that correct? And would that be hard to implement?

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