MSVCRT.DLL and MSVCIRT.DLL are the only DLLs installed or replaced
by the python installer
I guess that I'll try adding these to my installation directory and
hope for the best. Maybe add a little program to my installation
script to check for the others and warn if a reasonably recent version
is not found and drop it into the app directory as well. Anyone know
if one version of MSVCRT.DLL and MSVCIRT.DLL will work on all versions
of 32-bit Windows?
MSVCRT.DLL and MSVCIRT.DLL are the only DLLs installed or replaced
by the python installer
I guess that I'll try adding these to my installation directory and
hope for the best. Maybe add a little program to my installation
script to check for the others and warn if a reasonably recent version
is not found and drop it into the app directory as well. Anyone know
if one version of MSVCRT.DLL and MSVCIRT.DLL will work on all versions
of 32-bit Windows?
Yes, but they need to go as a pair. If you install MSVCIRT because it doesn't exist then you *must* ensure that the same version of MSVCRT is used otherwise you'll get a crash.
BTW, I seem to recall that MSVCRT.dll is one of those DLLs that must be located in the windows system directory and is only allowed to be loaded once. I could be wrong though.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!