Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6362736

deploytk.dll and npdeploytk.dll dynamically link to msvcr71.dll

XMLWordPrintable

    • b33
    • x86
    • windows
    • Verified

        mustang b63.

        currently deploytk.dll and npdeploytk.dll dynamically link to msvcr71.dll. you can use the dumpbin /IMPORTS command to check the dependency.

        if you try to deploy these dll to a machine that does not have msvcr71.dll, deploytoolkit won't work.

        this prevent deploying the toolkit standalone.

        to fix this, one way is to statically link to the crt library instead (use -MT)

        i think we can just set MS_RUNTIME_STATIC to true in the toolkit make files to do that

              herrick Andy Herrick (Inactive)
              ngthomas Thomas Ng (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: