摘要: Dll 在需要暴露接口的头文件里添加 dllexport 声明,比如, #define DllExport __declspec( dllexport ) class DllExport C { int i; virtual int func( void ) { return 1; } }; 注意, 阅读全文
posted @ 2023-11-08 16:14 strive-sun 阅读(74) 评论(0) 推荐(0) 编辑