海鸥航迹

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

12 2009 档案

将C++ DLL Wrap后供.NET 调用
摘要: 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...阅读全文

posted @ 2009-12-24 20:43 海天一鸥 阅读(95) | 评论 (0) 编辑