Impact Acquire SDK C++
Locating Runtime Libraries

The following table shows where to find files belonging to the Impact Acquire framework on a target machine where the framework has been installed.

Note
The variable MVIMPACT_ACQUIRE_DIR here refers to the root directory of the original dmg file.
LibraryARM64 (current)ARM64 (before 3.7.0)
libmvDeviceManager.dylib.x.y.z"$MVIMPACT_ACQUIRE_DIR/lib/arm64" "$MVIMPACT_ACQUIRE_DIR/lib/arm64-cross"
libmvGenTLConsumer.dylib.x.y.z"$MVIMPACT_ACQUIRE_DIR/lib/arm64" "$MVIMPACT_ACQUIRE_DIR/lib/arm64-cross"
libmvGenTLProducer.dylib.x.y.z"$MVIMPACT_ACQUIRE_DIR/lib/arm64" "$MVIMPACT_ACQUIRE_DIR/lib/arm64-cross"
libmvImageProcessing.dylib.x.y.z"$MVIMPACT_ACQUIRE_DIR/lib/arm64" "$MVIMPACT_ACQUIRE_DIR/lib/arm64-cross"
libmvPropHandling.dylib.x.y.z"$MVIMPACT_ACQUIRE_DIR/lib/arm64" "$MVIMPACT_ACQUIRE_DIR/lib/arm64-cross"
libmvVirtualDevice.dylib.x.y.z"$MVIMPACT_ACQUIRE_DIR/lib/arm64" "$MVIMPACT_ACQUIRE_DIR/lib/arm64-cross"
Note
  • The version number of the files in the list is only given symbolically as 'x.y.z' since the version in this table usually differs from the latest version under development, which is 3.7.0.
  • Various symbolic links might be required on the target system as well, pointing from
    • mvGenTLProducer.cti to libmvGenTLProducer.dylib
    • libXYZ.dylib to libXYZ.dylib.x
    • libXYZ.dylib.x to libXYZ.dylib.x.y.z