Re: question on msvcrt.dll versioning

2009-03-14 Thread rogerdpack
Thanks much. -=roger > Yet more specifically: if the extension module or Python host opens > a file with fopen(), and passes it to PyRun_{Any|Simple}File[Ex][Flags], > Python will crash. > > HTH, > Martin > > P.S. There may be more cases in which you get crashes - the list above > includes just th

Re: question on msvcrt.dll versioning

2009-03-12 Thread Martin v. Löwis
rogerdpack wrote: > It appears from sites like > http://www.develer.com/oss/GccWinBinaries > at the bottom that at least this developer made an effort to link > against the same version of msvcrt.dll that the python exe was > compiled with [ex: vc2008 -> msvcr90.dll]. Is this pain necessary? It d

question on msvcrt.dll versioning

2009-03-12 Thread rogerdpack
It appears from sites like http://www.develer.com/oss/GccWinBinaries at the bottom that at least this developer made an effort to link against the same version of msvcrt.dll that the python exe was compiled with [ex: vc2008 -> msvcr90.dll]. Is this pain necessary? Are there known drawbacks to not