L
liudongjie
Unregistered / Unconfirmed
GUEST, unregistred user!
to gz_runwe,不知道对于远程的corba server,客户端用delphi的idlt0pas开发,能够实现
远程连接吗?基于iiop的ior字符串,是否能做一个例子给小弟看看,急用,必有重谢,
www.corba.com.cn/ior上有一个ior字符串,idl如下
module corbacounter{
interface CounterInterface {
string CounterFunc( in string msg, out long counter);
};
};
我写的程序总是报错,问题在哪里?
_counterObject._i := corba.ORB.StringToObject(//ior字符串);
corbaCounter := TCounterInterfaceHelper.Narrow(_counterObject);
远程连接吗?基于iiop的ior字符串,是否能做一个例子给小弟看看,急用,必有重谢,
www.corba.com.cn/ior上有一个ior字符串,idl如下
module corbacounter{
interface CounterInterface {
string CounterFunc( in string msg, out long counter);
};
};
我写的程序总是报错,问题在哪里?
_counterObject._i := corba.ORB.StringToObject(//ior字符串);
corbaCounter := TCounterInterfaceHelper.Narrow(_counterObject);