C#如何调用C++写的dll文件?
如题!
开发环境是vs2008 C# C++ vs2008
[解决办法]
dllimport("xxxx.dll")
下面写方法和参数
比如
public static extern int abc(string str)
『return 0;』