TabUtils Example
This example shows how to build the TabUtils sample:
- Open VS native command prompt (e.g. "x64 Native Tools Command Prompt for VS 20XX")
- set API_ROOT=C:\Siemens\Automation\WinCC_OA\3.18\api
- Create and change to a directory to be target directory of the cmake created files (e.g. C:\Workspaces\EtmSamples\TabUtil)
cmake -G "Visual Studio 16 2019" -A "x64" -T "v142" -DCMAKE_BUILD_TYPE=RelWithDebInfo C:\Siemens\Automation\WinCC_OA\3.18\api\SampleTabUtil
- Launch Visual Studio 2019
- Open SampleTabUtil.sln
- Build ALL_BUILD target
D:\Workspaces\EtmSamples\TabUtil\Debug\TabUtilEx.dll