<div dir="ltr">If I try to invoke the following, I receive the linker error, stating unresolved external symbol. <div><br></div><div>&lt;snip&gt;</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 = &quot;corbaloc::&quot; + curr_ip + &quot;:&quot; + curr_port + &quot;/ClientSessionManagerInterface&quot;;</div></div><div><br></div><div>orb = CORBA::ORB_init(argc, argv);<span style="white-space:pre-wrap">        </span><br></div><div>myObject = orb-&gt;CORBA::ORB::string_to_object(corba_str.c_str());<br></div><div><br></div><div>&lt;snip&gt;</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>