Linking Library
Linux Library
A file that has a .conf extension (e.g., DRFLib.conf) is generated in the /etc/ld.so.conf.d/ directory and the *.so file path is added in the file and the corresponding library is set by executing the ldconfig command.
Windows Library
The Windows library may not operate normally unless the Microsoft Visual C++ 2010 (x86) redistributable package is installed.
The project setting to use this API in the C++ project is as follows.
- Setting of header file (include)
[Composition Attribute]->[C/C++]->[General]->[Additional Include Directories] - Setting of library (lib) path
[Composition Attribute]->[Linker]->[General]->[Additional Library Directories]