Hello,
I was trying to use Routing Service as a library. I tried with command line Executable which runs ok, but when I am trying to use routing service as library, it gives me the error. I tried this program
using namespace rti::routing; ServiceProperty property; uint32_t running_seconds = 60; property.cfg_file("my_routing_service_cfg.xml"); property.service_name("my_routing_service"); }
I am able to build the above program, but when I do this