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
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
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