摘要:
静态链接库的使用方法: 示例代码:http://pan.baidu.com/s/1i303qZV 1.创建工程 2.向工程中添加.cpp 和.h 3.头文件代码 #ifdef MyDLL_API #else
#define MyDLL_API _declspec(dllexport) #endif
MyDLL_API int Add(int a,int b);
MyDLL_API in... 阅读全文
posted @ 2015-01-02 23:17
qq921201008
阅读(235)
评论(0)
推荐(0)

浙公网安备 33010602011771号