MinGW and Python

Ross Ridge rridge at csclub.uwaterloo.ca
Sat Apr 29 03:34:56 EDT 2006


Martin v. Löwis wrote:
> How would you build for MSVCRT.DLL using MSVC 7 or 8? You don't have
> the header files for that library...

You should be able to use the header files that come with these
compilers.  Things like "sizes, field offsets, or member function
names" don't change between versions of the runtime.  See the MSDN
library page you refered to earlier:

    http://msdn2.microsoft.com/en-us/library/abx4dbyh(VS.80).aspx

>... and you don't have the import library.

I already mentioned where you can get it.

                                Ross Ridge




More information about the Python-list mailing list