C语言编译成dll
摘要:
首先c语言在开始要加上 #ifdef __cplusplus extern "C" { #endif …被导出的方法名称 #ifdef __cplusplus } #endif 不然系统会将起当做c++,转成的dll中的方法名称会被转义。在实现的方法名称前面加上__declspec(dllexpor 阅读全文
posted @ 2020-01-19 09:55 淡淡的小菜鸡 阅读(5760) 评论(0) 推荐(0)
posted @ 2020-01-19 09:55 淡淡的小菜鸡 阅读(5760) 评论(0) 推荐(0)
posted @ 2020-01-19 09:52 淡淡的小菜鸡 阅读(223) 评论(0) 推荐(0)
posted @ 2017-02-13 14:23 淡淡的小菜鸡 阅读(153) 评论(0) 推荐(0)
posted @ 2017-01-06 15:38 淡淡的小菜鸡 阅读(163) 评论(0) 推荐(0)