[omniORB] Initializing the ORB -- Finding a naming service
Olaf Meding
olaf@tomotherapy.com
Thu, 24 Jan 2002 10:01:27 -0600
Is the below way to initialize an ORB CORBA compliant? Note, the name of my
application is client.exe.
client -ORBInitRef NameService=corbaloc:iiop:localhost:53562/NameService
This seems to work fine with omniORB on Windows, but we are having problems
with eORB on VxWorks. So again, I like to know if the above command line
arguments are standard CORBA? If so, what version of CORBA (i.e. 2.1, 2.2,
2.3)
Here is the line in the client code that initializes the ORB:
orb = CORBA::ORB_init( argc, argv );
Thanks much for your help and time.
Olaf