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.20\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 17 2022" -A "x64" -T "v143" -DCMAKE_BUILD_TYPE=RelWithDebInfo C:\Siemens\Automation\WinCC_OA\3.20\api\SampleTabUtil
- Launch Visual Studio 2022
- Open SampleTabUtil.sln
- Build ALL_BUILD target
D:\Workspaces\EtmSamples\TabUtil\Debug\TabUtilEx.dll