关于Corba客户端调用接口的问题(200分)

  • 主题发起人 主题发起人 sun77wind
  • 开始时间 开始时间
S

sun77wind

Unregistered / Unconfirmed
GUEST, unregistred user!
在DCOM中,一个类(Class)中可以输出多个接口(interface),客户端调用的时候
可以用
MyDCom1 := DComConnection1.getServer as IMyDcom1;
MyDCom2 := DComConnection1.getServer as IMyDcom2;
来实现,
可是在Corba中却不行
MyCorba1 := CorbaConnection1.getServer as IMyCorba1;
MyCorba2 := CorbaConnection1.getServer as IMyCorba2;--这一行报错,
interface not supported,
是不是Corba不支持,还是另有其他方法,请各位提示。

 
提前一下,有没有人懂?
 
>>在DCOM中,一个类(Class)中可以输出多个接口(interface)
我想请教怎么实现,谢谢(我觉得不可能)。
 
当然可以,在Type libaray中
new interface
然后在你的Class中,选择右边的implement,右键增加insert interface
OK了
 
TO: sun77wind
我现在也在搞CORBA,多联系
我的QQ是20830361
 
我公司用不了QQ,没办法,投靠MS了,用MSN
 
to sun77wind,
谢谢指教。试了一下,果然如你所言。搞不懂为什么:( 可能跟CORBA的结构有关
吧,很多东西CORBA都有自己的一套。
 
难道真的没人懂
 
没有人懂的话,请斑竹帮忙收回分数。
 
后退
顶部