當我調用的方法在客戶端,分佈式參考對象,我有這樣的錯誤消息: Exception in thread "main" org.omg.CORBA.BAD_OPERATION:
at org.omg.CORBA.portable.ObjectImpl._get_delegate(ObjectImpl.java:18)
at org.omg.CORBA.portable.Obje
我工作的COM/ATL類。我需要使用一個類對象作爲返回值,以便它可以在託管代碼中使用。我能夠在idl文件中定義結構,並且能夠在創建方法時將其用作返回參數。 下面是部分IDL文件執行: import "oaidl.idl";
import "ocidl.idl";
//Structure for message mapping of activation and deactivatio