Using dlopen and a replacement function to load a native library without full path

前端 未结 0 676
执念已碎
执念已碎 2020-11-29 17:06

I currently use dlopen native function to open a native lib (so file).

handle = dlopen(libPath, RTLD_LAZY);

I use a full path to the library.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题