Python DLL in Windows Folder

"Martin v. Löwis" martin at v.loewis.de
Thu Dec 27 09:47:37 EST 2007


>> Instead of being upset about cutting your word (which was not my
>> intention, sorry about that), it would be nice if you could make a
>> statement concerning the problem I mentioned: Having an object being
>> created by one MSVC runtime, msvcr80.dll and passing it to another
>> one, msvcr71.dll.
> 
> The C runtime doesn't create objects. 

Depends on your definition of "object". fopen will create objects,
and passing those to a different CRT will cause crashes.

Regards,
Martin



More information about the Python-list mailing list