Updated on 2024-05-09 GMT+08:00

Referencing DLLs in Functions

  • By default, the root directory and the lib folder in this directory have been configured in the LD_LIBRARY_PATH environment variable. You only need to add dynamic link libraries (DLLs) here.
  • You can directly modify the LD_LIBRARY_PATH variable in the code.
  • If the dependent .so file is stored in another directory, you can specify it when setting the LD_LIBRARY_PATH environment variable.

  • If a library in a mounted file system is used, specify its directory in the LD_LIBRARY_PATH variable on the Configuration tab page.