摘要: Math.c { __declspec (dllexport) double Add (xx, xx) {...}} MathApp.c { __declspec(dllimport) double Add (xx, xx); } 1.生成dll cl /LD Math.c => Math.obj 阅读全文
posted @ 2016-11-23 21:08 鱼悠游 阅读(170) 评论(0) 推荐(0) 编辑