Using of RTI Persistence Service API in Modern C++

4 posts / 0 new
Last post
Offline
Last seen: 4 years 5 months ago
Joined: 08/13/2014
Posts: 55
Using of RTI Persistence Service API in Modern C++

Hi

I want to use RTI Persistence Service API in Modern C++. I'm using RTI v 5.2.0 in linux 64 bit. I have followed the examples in RTI documentation but I have some link errors like below:

error: undefined reference to `RTI_PersistenceServiceProperty_INITIALIZER'

What should I do? I cannot find related library for rti persistence service in its folder. Is there any example for using this API in Modern C++?

Thanks in advance for your helps.

Bonjefir

Offline
Last seen: 4 years 5 months ago
Joined: 08/13/2014
Posts: 55

Any Answers? Is it even possible to use it?

Update: Well, I think it's impossible :( Thanks for your answers!!!

Offline
Last seen: 1 week 1 hour ago
Joined: 04/02/2013
Posts: 195

Hi,

At this moment the Persistence Service as a library is only available on some platforms. For most platforms, such as the one you're using, only the executable is provided.

Alex

Offline
Last seen: 4 years 5 months ago
Joined: 08/13/2014
Posts: 55

Hi Alex

Thanks for your answer.

Bonjefir