http://bugs.winehq.org/show_bug.cgi?id=3591
erluk@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |erluk@web.de
--- Comment #12 from erluk@web.de 2009-07-18 11:51:54 --- The BindImageEx stub affects cx_Freeze, which also relies on that function to find DLL dependencies.
Distribution: Gentoo 64-bit Wine: 1.1.25, built from source via Gentoo's package manager, using mingw32-gcc et al. Python: 2.6.2 (http://python.org/ftp/python/2.6.2/python-2.6.2.msi) cx_Freeze: 4.1 (http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.1.win32-py2.6.msi?d...)
The simple_cx_Freeze attachment contains a minimal example of this bug.
Using Windows:
1. python setup.py build 2. The build directory contains all non-system files neccessary to run the test application, including python26.dll
Using Wine:
1. wine C:\Path\To\Python\python.exe setup.py build 2. The build directory contains all non-system files neccessary to run the test application except python26.dll
During the build, there are many 'fixme:imagehlp:BindImageEx: ... stub' messages.