<div dir="ltr">If I try to invoke the following, I receive the linker error, stating unresolved external symbol. <div><br></div><div><snip></div><div><br></div><div>CORBA::ORB_var orb;<br></div><div>CORBA::Object_ptr myObject;<br></div><div><div>const std::string corba_str = "corbaloc::" + curr_ip + ":" + curr_port + "/ClientSessionManagerInterface";</div></div><div><br></div><div>orb = CORBA::ORB_init(argc, argv);<span style="white-space:pre-wrap"> </span><br></div><div>myObject = orb->CORBA::ORB::string_to_object(corba_str.c_str());<br></div><div><br></div><div><snip></div><div><br></div><div>I can find the declaration for string_to_object() in CORBA_ORB.h, but clearly I am missing the .lib that contains the definition. What .lib should be included?</div></div>