VP 需要一些 by case 的 shared library,如果不想 by case 编译 vp 的执行文件,只能通过 dlopen lazy load 一些 shared library,于是引入了 C++ dlopen 的问题。
this blog 清晰的描述了解决这个问题的方法和细节。
VP 需要一些 by case 的 shared library,如果不想 by case 编译 vp 的执行文件,只能通过 dlopen lazy load 一些 shared library,于是引入了 C++ dlopen 的问题。
this blog 清晰的描述了解决这个问题的方法和细节。