2013年2月26日

摘要: //dll project.hView Code #ifdef __cplusplusextern"C"{#endif#ifdef DLL_DECL#define DLL_DECLSPEC __declspec(dllexport)#else#define DLL_DECLSPEC __declspec(dllimport)#endif DLL_DECLSPEC int Add(int, int); #ifdef __cplusplus}#endif.cpp & .defView Code #include <Windows.h>#include < 阅读全文
posted @ 2013-02-26 01:17 All IN 阅读(174) 评论(0) 推荐(0)

导航