Hi, I want to use HelloWorld example in RTI Queuing Service.
I wanted to make a DDS system with 1 publisher(producer), 1 subcriber(consumer), and 1 queuing service with SRQ(SharedReaderQueue).
So I used the example "rti_workspace/5.2.3/queuing_service/c++/hello_world" and execute the QS with HelloWorldQS config (in default QsHelloWorld.xml).
But when I execute the publisher("./objs/<arch>/HelloWorldQueue_publisher"), it shows following error messages.