A solution to the MSVCRT vs MSVCR71 problem?

"Martin v. Löwis" martin at v.loewis.de
Sun Jan 21 13:55:24 EST 2007


sturlamolden schrieb:
>> This would only work, if runtime dll's were compatibles between them,
>> and they are not. 
> 
> It is standard C, defined by ANSI and ISO.

ANSI and ISO don't define the ABI, though. For example, the definition
of the FILE type might (and does) vary across compilers, even if all
these compilers implement C99.

Regards,
Martin



More information about the Python-list mailing list