调用COM接口:参数为OleVariant出现乱码??????????(200分)

  • 主题发起人 主题发起人 x_couger_x
  • 开始时间 开始时间
X

x_couger_x

Unregistered / Unconfirmed
GUEST, unregistred user!
function TTcpip.GetOrganList(Date: OleVariant): OleVariant;
begin
Result := DefaultInterface.GetOrganList(Date);
end;
function test()
var
strDate:string;
XMLString:string;
begin
strDate:='2002-12-6';
XMLString := myTcpipConnector.GetOrganList(strDate);
end;
用VB调用时正常,用delphi调用会出现乱码?????
 

Similar threads

S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
916
SUNSTONE的Delphi笔记
S
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部