Hi
whenever i am trying to use below lines to create requester in c++ on
linux platform i got multiple errors.
1. undefined reference to `DDS_Duration_t::operator-(DDS_Duration_t
const&) const
2. undefined reference to `DDS_Duration_t::operator-(DDS_Duration_t
const&) const
3. undefined reference to `DDS_Duration_t::operator==(DDS_Duration_t
const&) const
Requester<Foo, Bar> * requester;
requester = new Requester<Foo, Bar>(participant, "TestService");
please let me know the solution as soon as possible
Thanks
Bhawna Popli
Hi Bhawna,
Is it possible that you're linking against an older version or RTI Connext DDS?
Alex