RELEASED Python 2.4, alpha 1

"Martin v. Löwis" martin at v.loewis.de
Mon Jul 12 17:21:52 EDT 2004


Mike C. Fletcher wrote:
> Anyway, for now I need to get to bed, so I suppose I'll pick this up 
> some other day.  Main message is, don't discount the possibility of 
> building with the Toolkit just yet.  Have fun,

Can you check what CRT your extension modules are linked with?
You can use depends.exe or dumpbin.exe /all to find out.

Python might seriously break if you combine different versions
of the CRT, so you really need to link with msvcr71.dll: not
msvcrt.dll, not crtdll.dll, and not msvcrt40.dll (and neither
msvcr70.dll). Linking with a static libc.lib is also incorrect.

Regards,
Martin




More information about the Python-list mailing list