Once you have downloaded the package, extract it into some directory (hereinafter referred to as ${install_dir}).
Save the development license file you received for your evaluation to the respective language directory in ${install_dir}/examples, and place the matching runtime license file either in the same directory or next to the example executable.
Set up your development environment depending on your programming language and preferred IDE.
The fastest way to prepare your development environment is to use the provided examples and generate project files for your preferred IDE. In this case, the generators will set up required paths and environment variables for you.
Otherwise you can just copy examples' code excerpts into your existing projects. In this case, just make sure that you properly set the paths to header and library files of Manufacturing Toolkit, respecting OS, architecture and debug/release versions. Note that whenever you change a required configuration (e.g. when switching from debug to release) make sure you update your environment. Manufacturing Toolkit libraries are located in separate subfolders depending on target configuration.
To build examples specific to your programming language select one of the links below:
MTK Converter is an executable CLI tool for Windows and Linux that helps to integration MTK data into web solutions. It represents a pre-built version of MTK Converter Example and is used in Examples and Tutorials MTK Converter tool is included in the MTK package:
<MTK-folder>\win64\vc14.2\bin\MTKConverter.exe <MTK-folder>/lin64/gcc7/bin/MTKConverter For MTK Converter Tool to start during evaluation, copy both evaluation license files, the development license file and the matching runtime license file, into the directory containing the MTKConverter application.
To launch MTK Converter Tool:
MTKConverter -h to see how to use the tool.See also: