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
Any Answers? Is it even possible to use it?
Update: Well, I think it's impossible :( Thanks for your answers!!!
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
Hi Alex
Thanks for your answer.
Bonjefir