jna怎么向dll传递int的二维数组作为参数啊?
dll里面是int *fun(int a[8][8],char b)
我在jna的接口里面写的是int[] fun(int[][] a,byte b),每次运行都报错:Unsupported array argument type.
dll里面是int *fun(int a[8][8],char b)
我在jna的接口里面写的是int[] fun(int[][] a,byte b),每次运行都报错:Unsupported array argument type.









