How to hide the console that RTI DDS open in a C# app ?

2 posts / 0 new
Last post
ama
Offline
Last seen: 11 years 3 months ago
Joined: 01/07/2013
Posts: 1
How to hide the console that RTI DDS open in a C# app ?

Hi,

I use RTI DDS in a C# / WPF app, I setted the app to be a Windows Application so that it should not open a console when starting.

But I think that RTI DDS force the opening of the console windows with this message :

"RTI data distribution service development license issued to <name> <email> For non-production use only.
Exprire on <date> See www.rti.com for more information."

I tried to set a :

NDDS.ConfigLogger.get_instance().set_verbosity(NDDS.LogVerbosity.NDDS_CONFIG_LOG_VERBOSITY_SILENT);

Or :

NDDS.ConfigLogger.set_log_delegate(this.LogCallback);

but with no success.

Do you know how to don't show that console ?

Thanks.

Gerardo Pardo's picture
Offline
Last seen: 3 weeks 1 day ago
Joined: 06/02/2010
Posts: 601

Hi,

This is because of the fact that you are using an Evaluation Licence.  It is a reminder that you should request a different kind of license.

That warning will go away as soon as you get a different kind of license, this includes the free licenses like the RTI Open Community Source License, the Univesity and Internal Research and Develppment License (IRAD) or any kind of commercial license (see http://www.rti.com/products/licensing/index.html).

The best would be if you could contact sales or support to arrange the most approprite license for your needs.

If you are in a crunch and need something urgently, let meknow here and I can get you a short-term temporary license that will not pop-up the console while you wait for the more permanent solution.

Regards,

Gerardo