c#调用C++的DLL找不到入口点
摘要:
C++源码如下: —————————————————a.h—————————————————#ifdef A_EXPORTS#define A_API __declspec(dllexport)#else#define A_API __declspec(dllimport)#endif A_API int F(void);—————————————————a.cpp————————————————... 阅读全文
posted @ 2006-04-03 14:40 大白鲨 阅读(1799) 评论(0) 推荐(0) 编辑