H
hopfield
Unregistered / Unconfirmed
GUEST, unregistred user!
我要写个Dll供C++调用,其中有个参数是动态数组:
procedure functionname(param1: Array of TARecord)
其中TARecord是一个结构体,请问在C++中该怎么声明?
另外如果一个结构体是:
TARecord = Record
IntArray : Array of Integer;
end;
请问这个结构体在C++里面怎么声明?
procedure functionname(param1: Array of TARecord)
其中TARecord是一个结构体,请问在C++中该怎么声明?
另外如果一个结构体是:
TARecord = Record
IntArray : Array of Integer;
end;
请问这个结构体在C++里面怎么声明?