CRI ADX  Last Updated: 2024-07-17 10:47 p
Files Needed for Tutorials
To use CRI Atom library, following files are required to include or link.

Required files
File name Explanation
cri_xpt.h CRI common header
This header file includes common type definitions for runtime library
cri_atom_ex.h CRI Atom runtime library header file
(cri_atom_pc.h is a platform dependant header)
cri_atom_pcx86.lib CRI Atom runtime library file
(cri_atom_pcx86D.lib is a debug library.)
cri_file_system_pcx86.lib CRI File System runtime library file
(cri_file_system_pcx86D.lib is a debug library.)
cri_base_pcx86.lib CRI Base runtime library file
Basic modules for error handling and thread process are included.
(cri_base_pcx86D.lib is a debug library.)


[Note]
  • In addition to the above libraries, the CRI Framework runtime library is used in sample programs.
  • Both the debug and the release libraries are included in the SDK.
    (File name of debug library is followed by a character 'D', respectively.)