Dear Xavi,

        First of all, let me introduce you Miriam, in CC, she appears as Ana 
Maria, but her name is Miriam, a long story..., Could you include her to the 
gimias-developers list? Miriam has found that the piece of code below did not 
compile in v1.4 so the upgrade documentation is wrong:

        // Set multithreading to false if you want to execute it directly by 
main GUI thread
        GetProcessor( )->SetMultithreading( false );
        Core::Runtime::Kernel::GetProcessorManager()->Execute( GetProcessor( ) 
);

        The correct one is:

        #include "coreProcessorManager.h"

      this ->SetMultithreading( false );
      Core::Runtime::Kernel::GetProcessorManager()->Execute( this , "Default" );

        Please correct the documentation accordingly.

        Many thanks!
        Carlos.

-----Original Message-----
From: Xavier Planes [mailto:[email protected]] 
Sent: lunes, 28 de noviembre de 2011 12:17
To: Carlos Cavero Barca; [email protected]
Subject: RE: [Gimias-developers] coreProcessor.h: No such file or directory

Hi Carlos,

        I think you are referring to the file "coreProcessorFactory.h". This
file has been removed in version 1.4. I recommend you to read the "upgrade
guide" if you are compiling your plugins with 1.4.

        
http://sourceforge.net/apps/mediawiki/gimias/index.php?title=New_Developer_F
eatures_in_GIMIAS_1_4_0#Upgrade_guide_from_GIMIAS_1.3_to_GIMIAS_1.4  

        Please, contact us if you have any other question when upgrading
your plugins.

Best,
Xavi

From: Carlos Cavero Barca [mailto:[email protected]] 
Sent: lunes, 28 de noviembre de 2011 10:48
To: [email protected]
Subject: [Gimias-developers] coreProcessor.h: No such file or directory

                Hi,

                In the ECR03 we included coreProcessor.h in order to be able
to use some function (I don't remember which one). With version 1.3 the
plugins compiled pretty well but with 1.4 we found this error (No such file
or directory). Is this right? Which is the correct *.h now? 

                Thanks in advance and best regards.
                Carlos.
 
------------------------------------------------------------------
This e-mail and the documents attached are confidential and intended 
solely for the addressee; it may also be privileged. If you receive 
this e-mail in error, please notify the sender immediately and destroy it. 
As its integrity cannot be secured on the Internet, the Atos 
group liability cannot be triggered for the message content. Although 
the sender endeavours to maintain a computer virus-free network, 
the sender does not warrant that this transmission is virus-free and 
will not be liable for any damages resulting from any virus transmitted. 

Este mensaje y los ficheros adjuntos pueden contener informacion
confidencial 
destinada solamente a la(s) persona(s) mencionadas anteriormente 
pueden estar protegidos por secreto profesional. 
Si usted recibe este correo electronico por error, gracias por informar 
inmediatamente al remitente y destruir el mensaje. 
Al no estar asegurada la integridad de este mensaje sobre la red, Atos 
no se hace responsable por su contenido. Su contenido no constituye ningun 
compromiso para el grupo Atos, salvo ratificacion escrita por ambas partes. 
Aunque se esfuerza al maximo por mantener su red libre de virus, el emisor 
no puede garantizar nada al respecto y no sera responsable de cualesquiera 
danos que puedan resultar de una transmision de virus. 
------------------------------------------------------------------



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Gimias-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gimias-developers

Reply via email to