海鸥航迹

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

导航

2009年12月24日 #

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