C++/CLI wrapper over the .NET application block which exposes the functionality of the MineTrust Connector SDK to native C++ applications.
The MineTrustConnector SDK for C++ is distributed by Datamine Software Ltd as a NuGet package. Please contact your local Datamine representative in order to obtain access.
For usage examples of this package please see the examples page
This library is distributed as a NuGet package in the following locations:
StudioDataManagement
artifact feed (please contact your local Datamine representative)datamine.local
packages share (VPN required)To use this library within a native C++ application, complete the following steps:
Add a packages.config
reference to the NuGet package as follows:
Add a Project import target for the MineTrustConnectorSDK.CPP.targets
file within the project(s) as follows:
Include the CppCliInterop.h
headers file in your source file(s):
Introduction of PackageContentsHelper
functionality Added ReceiveFiles
and SendFiles
APIs
Package configuration schema extended to support File
arrays (breaking change to SDK class)
Includes functionality to query the local tag cache directly via the Connector SDK Additional dependency on SQLite in order to effect this
Baseline version of 'Production' MineTrust Connector SDK