| 发表于:2007-09-15 09:51:062楼 得分:0 |
在.net里面这样声明和调用 [dllimport( "xxx.dll ", entrypoint = "_test ")] public static extern byte[] test(int number); byte[] mydata=new byte[64]; mydata = xxxdll.test(1); 怎么老是提示cannot marshal 'return value ': invalid managed/unmanaged type combination.这个错误?? | | |
|