1
我試圖創建一個程序來測試Opensplice DDS。不過,我正面臨一些我長期堅持的問題。DDS DomainParticipantFactory錯誤CORBA
當我嘗試創建一個DomainParticipantFactory
我得到了它說CORBA:NO_IMPLEMENT
錯誤。如果我不創建DomainParticipant
,那麼程序就可以工作,所以我認爲問題就在那裏。
DDS::DomainParticipantFactory_var dpf = DDS:DomainParticipantFactory::get_instance();
// get_instance() causes the crash.
有人會遇到這樣的問題嗎?
沒錯,CCPP庫只應用於需要與CORBA同居的應用程序。 – 2015-04-29 19:38:37