>> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to