Hi,
I'm wondering if calling rtiddsgen with different language options would cause a conflict when trying to send messages. For example, two applications share the same IDL file, but one application uses the -language C++ option and the other uses -language C++11. Will those applications still be able to send/receive the RTI DDS message?
Yes, wire compatibility is preserved across all Connext DDS languages, services, tools, etc.
Great, thank you for the response.