Console Appears After Creating DDSDomainParticipant

2 posts / 0 new
Last post
Offline
Last seen: 3 years 5 months ago
Joined: 11/19/2020
Posts: 1
Console Appears After Creating DDSDomainParticipant

Hello!

After creating a DDSDomainParticipant*, we have an unwanted console window showing up. 

It appears after participantReader is set here.

DDSDomainParticipant* participantReader = DDSTheParticipantFactory->
create_participant_from_config (
"MyParticipantLibrary::SubscriptionParticipant" );

We've tried setting the logger verbosity to silent but no luck.

NDDSConfigLogger::get_instance()->set_verbosity ( NDDS_Config_LogVerbosity::NDDS_CONFIG_LOG_VERBOSITY_SILENT );

Is there a way to disable it?

Thanks!

sara's picture
Offline
Last seen: 1 year 4 months ago
Joined: 01/16/2013
Posts: 128

Hi Mark,

Are you using the Research or Eval version? If so, that's expected. If you look at the message, it's a reminder that you cannot use it in production. Once you move to the production-version libraries, that message will not be shown and the unwanted console window will be gone.

In the meanwhile, if this prevents you from successfully using RTI Connext in your project, please contact your Account Team. There are some options here, but they require internal management approval :)

Best regards,
Sara