CRI Sofdec2  Last Updated: 2022-11-21 16:25 p
Files Required to Execute Sample Programs

Sample Framework Library

CRI Framework Library Files
File name Description
cri_framework.h CRI Framework header file. This file is found in the header file directory.
cri_framework_pcx86.lib
CRI Framework library file. This file is found in the library file directory.
(*D.a is the debug version library.

The CRI Framework library provides a common API for commonly used functions in applications, and is used to provide better readability in the sample source code.
This library is intended solely for improving the readability of the sample source code and should not be used in actual applications.


Data Used in Sample Programs

Data used in the sample programs is located in the following location in this SDK.
  • /cri/common/smpdata/crimana/
All sample programs reference the data in the above folder by a relative path.
Therefore, you do not need to copy any of the data before executing the sample programs.
[Caution]
If you move the sample programs or data files to another folder, the sample programs may not run properly.