DLL wrapper sample
摘要:
What you would do is providing call stubs from your DLL that then are accessible via PInvoke, e.g.//wrapper.cpp#include "manufacturer.h"#pragma comment(lib,"manufacturer.lib")extern "C" __declspec(dll... 阅读全文
posted @ 2010-08-31 11:11 海天一鸥 阅读(462) 评论(0) 推荐(0) 编辑