作者: 藤岡和夫
日時: 2005/10/10(12:46)
On Sun,  9 Oct 2005 16:59:08 +0900 (JST)
kbk@... (Bruce.) さんwrote:

> ところでmsvcr71.dllはXPだと元からあるんでしたっけ?

 今日確認したら、C:\WINDOWS\SYSTEM32フォルダにも入っていました。もとも
と、アプリケーションに添付して配布するものなのでしょう。

C ランタイム ライブラリ
http://www.microsoft.com/japan/msdn/library/ja/vclib/html/_crt_c_run.2d.time_libraries.asp?frame=true&hidetoc=true

 GDSでデスクトップを検索してみると、ファイルは9(+1)個見つかりました。

C:\Program Files\Fenrir & Co\Sleipnir\bin\msvcr71.dll  - 8月17日
C:\Program Files\ImageMagick-6.2.4-Q16\msvcr71.dll  - 8月16日
C:\Program Files\MSN Toolbar Suite\DS\02.05.0000.1082\ja-jp\bin\msvcr71.dll  - 6月2日
C:\Program Files\MSN Toolbar Suite\EXT\02.05.0000.1082\ja-jp\msvcr71.dll  - 6月2日
C:\Program Files\MSN Toolbar Suite\EXT\02.05.0000.1105\ja-jp\msvcr71.dll  - 6月2日
C:\Program Files\MSN Toolbar Suite\External\msvcr71.dll  - 6月2日
cygwinccompiler.py
import library for its dll #create a def-file for python?dll #create a
import library using #dlltool -dllname python15.dll -def python15.def
\output-lib libpython15.a
C:\cygwin\lib\python2.4\distutils\cygwinccompiler.py  - 1 個のキャッシュが見つかりました - 1月15日

### 引っ掛かった部分はここらしい
        # cygwin and mingw32 need different sets of libraries
        if self.gcc_version == "2.91.57":
            # cygwin shouldn't need msvcrt, but without the dlls will crash
            # (gcc version 2.91.57) -- perhaps something about initialization
            self.dll_libraries=["msvcrt"]
            self.warn(
                "Consider upgrading to a newer version of gcc")
        else:
            self.dll_libraries=[]
            # Include the appropriate MSVC runtime library if Python was built
            # with MSVC 7.0 or 7.1.
            msc_pos = sys.version.find('MSC v.')
            if msc_pos != -1:
                msc_ver = sys.version[msc_pos+6:msc_pos+10]
                if msc_ver == '1300':
                    # MSVC 7.0
                    self.dll_libraries = ['msvcr70']
                elif msc_ver == '1310':
                    # MSVC 7.1
                    self.dll_libraries = ['msvcr71']
###

C:\PXPerl\bin\msvcr71.dll  - 2003年2月21日
C:\temp\PXPerl-5.8.7-6\PXPerl\bin\msvcr71.dll  - 2003年2月21日
C:\Program Files\Justsystem\Mojit\msvcr71.dll  - 2003年2月21日

藤岡 和夫
kazuf@...
TS Networkのために http://homepage1.nifty.com/kazuf/