C# 中调用C++ DLL
为了能用上原来的C++代码,只好研究下从C# 中调用DLL 首先必须要有一个声明,使用的是DllImport关键字: 包含DllImport所在的名字空间 using System.Runtime.InteropServices; public class XXXX{ [DllImport(“MyDLL.dll")] public static extern int mySum (int a,int b); } [DllImport(“MyDLL.dll")] public static extern int mySum (int a,int b); 代码中DllImpo
文件列表
C# 中调用C++ DLL.rar
(预估有个77文件)
dll2
dll2.dsw
516B
dll2.cpp
126B
dll2.opt
48KB
dll2.dsp
4KB
Debug
dll2.pdb
625KB
vc60.pdb
44KB
vc60.idb
33KB
dll2.pch
183KB
暂无评论