Displaying 1 result from an estimated 1 matches for "typelibrary".
Did you mean:
tapelibrary
2009 Jan 18
0
libmsi.a import library from wine, and header files available (entirely free software), available for python-win32 builds under msys+wine
...r kicks. of course,
that required having an msi.lib import library, and associated header
files. so, purely as an experiment, i've documented the process by
which it is possible to take wine 1.1.13 (current development release)
source code, modify the header files for use with mingw, create a
typelibrary (using dlltool) and then, surprise-surprise, _msi.pyd
successfully builds.
i say successfully builds: but then, running from _outside_ of a
wineconsole cmd, doing this:
/usr/local/bin/wine ./python.exe -c 'import _msi'
succeeds.
but if you do this:
/usr/local/bin/wineconsole cmd...