摘要: 动态库接口定义: gcc: 定义在动态库的显示属性: 作用对象: 函数、变量、模板以及C++类 default: 表示在动态库内可见 hidden: 表示不可见 #define EXPORT __attribute__((__visibility__("default"))) 微软: #define C10_EXPORT __declspec(dllexpor... 阅读全文
posted @ 2019-05-02 16:52 longriyao 阅读(789) 评论(0) 推荐(0)