C# 中加载自己编写的动态链接库问题
C++中:extern "C" __declspec(dllexport) int fun(int **pp);我是这样写的,不能运行,错误信息: 嵌套的数组不支持封送处理。
[DllImport("TestDll")]
public static extern int myFun(ref int [][]pp);
谁能指点下,谢谢了

[[it] 本帖最后由 ghl2312 于 2008-12-11 13:22 编辑 [/it]]

2008-12-11 11:43
2008-12-11 12:05
2008-12-11 12:31
2008-12-11 13:15
2008-12-11 13:22

2008-12-12 16:52