海鸥航迹

学习之笔记,好文之收集。

导航

2010年8月31日 #

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 海天一鸥 阅读(461) 评论(0) 推荐(0) 编辑