Requester Replier

2 posts / 0 new
Last post
Offline
Last seen: 7 years 9 months ago
Joined: 04/07/2016
Posts: 8
Requester Replier

 

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

Organization:
Offline
Last seen: 17 hours 30 min ago
Joined: 04/02/2013
Posts: 195

Hi Bhawna,

Is it possible that you're linking against an older version or RTI Connext DDS?

Alex