Re: [orbitcpp-list] Question ??
Status: Beta
Brought to you by:
philipd
From: Andreas K. <ak...@ix...> - 2000-07-06 17:51:23
|
XXXXXX wrote: > > Hello !! > > I am installed orbitcpp-0.28.1 version at my solaris system and operable. > > but I have question. > > 1) I found that interoperability between omniORB C++ server and ORBit C++ Client program . > I want to know that interopability between ORBit C++ server/client and ORBit C client/server program. > If it is not support, How can I do ? > If it is support, Everybody, Please send me example programs(C and C++ Program). > * It is very important for process my project. > > 2) How can use Naming service ? > > Please send me developer e-main address. > > ETRI, KOREA > > Jang Jong Hyun. Hi, 1) marshalling and demarshalling (the conversion of method invocation data to and from the on-the-wire representation, GIOP in this case) is not done at the ORBit-C++, but rather at ORBit-C level, so you should better turn to the ORBit-C folks for this kind of issue. Their list is orb...@cu..., but you had better browse their archives before starting to ask questions. 2) * you start the ORBit (or any) COSNaming daemon (orbit-name-server) * you make sure your local ORBit gets the daemon's service IOR * you should be all set. bye andreas ps: though i don't know where you grabbed my personal e-mail address, i'd consider it good style to mail the list first and _only_ when requesting help. |