certi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-dev] Problem with RTIAmbassador


From: Waléria Antunes David
Subject: [certi-dev] Problem with RTIAmbassador
Date: Mon, 15 Apr 2013 09:42:03 -0300

Do you Know why am I having link problem when using the following code to create a RTIAmbassador? Which lib do I have to use?

                   std::vector< std::wstring > args;

                   RTIambassadorFactory* rtiAmbFactory = new RTIambassadorFactory();
                   std::auto_ptr < RTIambassador > rtiAmbAP = rtiAmbFactory->createRTIambassador(args);     
                   m_rtiAmbassador = rtiAmbAP.release();
                   delete rtiAmbFactory;

I´m also no sure about de “args” argument, which  kind of information must be passed to the createRTIambassador method?
Obs.: The link problem is showed in the .jpg.
Thanks in advance

Attachment: LinkError.jpg
Description: JPEG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]