Browse Source

Use 64 bit versions of vc runtime

QGC4.4
DonLakeFlyer 5 years ago
parent
commit
bd811202d4
  1. 1
      ChangeLog.md
  2. 2
      QGCSetup.pri
  3. BIN
      deploy/msvcp140.dll
  4. BIN
      deploy/msvcp140_1.dll
  5. BIN
      deploy/msvcp140_2.dll
  6. BIN
      deploy/vcruntime140.dll

1
ChangeLog.md

@ -9,6 +9,7 @@ Note: This file only contains high level features or important fixes. @@ -9,6 +9,7 @@ Note: This file only contains high level features or important fixes.
* Fix ArduPilot current mission item tracking in Fly view
* Fix ADSB vehicle display
* Fix map positioning bug in Plan view
* Fix Windows 0xcc000007b startup error causes by incorrect VC runtimes being installed.
### 4.0.0 - Stable

2
QGCSetup.pri

@ -79,8 +79,6 @@ WindowsBuild { @@ -79,8 +79,6 @@ WindowsBuild {
# Copy Visual Studio DLLs
# Note that this is only done for release because the debugging versions of these DLLs cannot be redistributed.
QMAKE_POST_LINK += $$escape_expand(\\n) $$QMAKE_COPY \"$$BASEDIR\\deploy\\msvcp140.dll\" \"$$DESTDIR_WIN\"
QMAKE_POST_LINK += $$escape_expand(\\n) $$QMAKE_COPY \"$$BASEDIR\\deploy\\msvcp140_1.dll\" \"$$DESTDIR_WIN\"
QMAKE_POST_LINK += $$escape_expand(\\n) $$QMAKE_COPY \"$$BASEDIR\\deploy\\msvcp140_2.dll\" \"$$DESTDIR_WIN\"
QMAKE_POST_LINK += $$escape_expand(\\n) $$QMAKE_COPY \"$$BASEDIR\\deploy\\vcruntime140.dll\" \"$$DESTDIR_WIN\"
}

BIN
deploy/msvcp140.dll

Binary file not shown.

BIN
deploy/msvcp140_1.dll

Binary file not shown.

BIN
deploy/msvcp140_2.dll

Binary file not shown.

BIN
deploy/vcruntime140.dll

Binary file not shown.
Loading…
Cancel
Save