[Bug 3591] py2exe does not work properly
http://bugs.winehq.org/show_bug.cgi?id=3591 --- Comment #23 from Bernhard Reiter <ockham(a)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%2...) 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.
participants (1)
-
wine-bugs@winehq.org