L
Lotus123
Unregistered / Unconfirmed
GUEST, unregistred user!
以下代码在执行到dCom.AppServer.GetLoginInfo(sUser, sPass)时异常:
Exception EoleSysError in module Demo.exe at 000BC2AD.
RPC 占位程序的版本不兼容
(组件和客户端均用Delphi4开发)
==============================以下是代码
try
dCom:=TDCOMConnection.Create(Nil);
dCom.Connected := False;
dCom.ComputerName := '192.168.0.10';
dCom.ServerName := 'Demo.Download';
dCom.ServerGUID := '{06E8E9DF-7471-42CC-9123-F0F41C9D2F60}';
dCom.Connected := True;
Result := dCom.AppServer.GetLoginInfo(sUser, sPass);
sUser:=sU;
sPass:=sP;
Finally
dCom.Connected := False;
dCom.Free;
dCom := Nil;
end;
Exception EoleSysError in module Demo.exe at 000BC2AD.
RPC 占位程序的版本不兼容
(组件和客户端均用Delphi4开发)
==============================以下是代码
try
dCom:=TDCOMConnection.Create(Nil);
dCom.Connected := False;
dCom.ComputerName := '192.168.0.10';
dCom.ServerName := 'Demo.Download';
dCom.ServerGUID := '{06E8E9DF-7471-42CC-9123-F0F41C9D2F60}';
dCom.Connected := True;
Result := dCom.AppServer.GetLoginInfo(sUser, sPass);
sUser:=sU;
sPass:=sP;
Finally
dCom.Connected := False;
dCom.Free;
dCom := Nil;
end;