Routing Service Library

4 posts / 0 new
Last post
Offline
Last seen: 1 year 1 month ago
Joined: 12/20/2022
Posts: 6
Compilation Error on Routing Service when used as library

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

Subscribe to RSS - Routing Service Library