Install omniorb Client side (Windows)
Hello,
I have salome running on Linux with the module CALCULATOR running and I faile to connect to it on windows side with my client.
I guess I miss (again...) to configure omniORB on windows side since my client works fine on Linux side.
Let's say that I have linux server called linux.domain.fr on the network and Windows is called windows.domain.fr
How should I set "InitRef" in the registery ?
CORBA::ORB_var orb = CORBA::ORB_init(argc, argv);
CORBA::Object_var obj = orb->resolve_initial_references("RootPOA") ;
PortableServer:
OA_var poa = PortableServer:
OA::_narrow(obj) ;
SALOME_NamingService _NS(orb) ;
SALOME_LifeCycleCORBA _LCC(&_NS) ;
Engines::EngineComponent_var Calculator = _LCC.FindOrLoad_Component( "FactoryServer" , "CALCULATOR");
Thanks in advance.
Thomas
