LINUX下動態連接庫dlopen dlsym dlclose函數使用說明

編譯時候要加入 -ldl (指定dl庫) dlopen服務器 基本定義函數 功能:打開一個動態連接庫  [喝小酒的網摘]http://blog.const.net.cn/a/17154.htm 包含頭文件:  #include <dlfcn.h>  函數定義:  void * dlopen( const char * pathname, int mode );  函數描述:  在dlopen的()
相關文章
相關標籤/搜索