海鸥航迹

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

08 2010 档案

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