CRI ADX  Last Updated: 2024-07-17 10:47 p
How to Build Tutorial Program
The build environment of CRI ADX SDK sample/tutorial program is Visual Studio 2015 .

Data Used for Sample Programs

Data used for sample programs is found in the following location:
  • /CRIWARE/SDK/common/smpdata/criatomex/
All sample programs access data in relative path specification.
Therefore, it is not necessary to copy all those data to try sample program.
[Attention]
Sample program may not work correctly if the location of program source code or data file is changed.

Steps to build and execute sample code

To build and execute sample/tutorial program, follow these steps:
  1. Open the solution file in Visual Studio 2015.
  2. Select [Build] menu and [Build Solution] to build it.
  3. Select [Debug] menu and [Start debug] to execute in debug mode.
The solution file is located in the pcvc folder of each sample/tutorial program.