Hi,
I am trying to install RTI Connext Nano-agent using the Nano-agent Manual but I get error shown in the attached figure. What should I do?
Thank you.
Hi,
I am trying to install RTI Connext Nano-agent using the Nano-agent Manual but I get error shown in the attached figure. What should I do?
Thank you.
when is want to build my program, i see muliple error that related to the rti
Hi,
I'm facing the following cmake error while compiling RTI Perftest v3.2.0 with DDS Micro v3.0.3 on Windows. The cmake version is 3.20.5.
Command: build.bat --platform x64Win64VS2017 --micro
Output:
[INFO]: Compilation flag for msbuild is: release
[INFO]: Generating types and makefiles for C++
INFO com.rti.ndds.nddsgen.Main Running rtiddsgen version 3.0.1.7, please wait ...
INFO com.rti.ndds.nddsgen.Main Done
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
[INFO]: Compiling C++
Hi,
I'm experiencing with the service_as_library example for Recording Service from here: https://github.com/rticommunity/rticonnextdds-examples/tree/master/examples/recording_service/service_as_lib/cpp
In my case, I'd like to link all the RTI Connext libraries to the executable statically, so I've made some changes to CMakeLists.txt provided by the example. Here's my modification:
Hi,
i need to run Helloworld with cmake so i made a CMakeLists.txt file and it run without problems .
this is the content of CMakeLists.txt:
cmake_minimum_required(VERSION 3.0.0)
project(HelloWorldCmake VERSION 1.0.0)
message(STATUS "print NDDSHOME:" $ENV{NDDSHOME})