In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Xailer Sugestion

Xailer professional forum in English
Responder
Avatar de Usuario
emeasoft
Mensajes: 1088
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

Xailer Sugestion

Mensaje por emeasoft »

Hello Xailers,
I have a sugestion for Xailer.
If we have the option "do not work on warnings" checked, Xailer could stop the compiling and linking... because that takes about 10-20 seconds to finish. It would come in handy for us if you could implement this change for us, or add a new checkbox with this option.
TIA,
Juliano
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9252
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Xailer Sugestion

Mensaje por ignacio »



Attached files
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9252
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Xailer Sugestion

Mensaje por ignacio »

BTW, try to increase the 'Simultaneous processes' to 8.
Regards
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Avatar de Usuario
emeasoft
Mensajes: 1088
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

Xailer Sugestion

Mensaje por emeasoft »

Hello Ignacio,
We already have this options set, and Xailer still hangs for about 10-20 seconds...
The problem is that after the warning, it keeps compiling/linking until the end.
Isn't there a way to stop the compiling/linking?
[edit] It hangs when it is linking the exe.
TIA,
Juliano
joselalinf
Mensajes: 291
Registrado: Jue Ene 31, 2013 1:10 pm

Xailer Sugestion

Mensaje por joselalinf »

Juliano,
> The problem is that after the warning, it keeps
> compiling/linking until the end.
Open Project->Project properties->Options and set "Warning level" to 2.
Saludos,
José Lalí­n
Avatar de Usuario
emeasoft
Mensajes: 1088
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

Xailer Sugestion

Mensaje por emeasoft »

Thanks José,
I tried that but still hangs, as you can see in the picture:

At this point it hangs/freeze Xailer for about 10 seconds.
TIA,
Juliano

Attached files
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9252
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Xailer Sugestion

Mensaje por ignacio »

Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
joselalinf
Mensajes: 291
Registrado: Jue Ene 31, 2013 1:10 pm

Xailer Sugestion

Mensaje por joselalinf »

Juliano,
> At this point it hangs/freeze Xailer for about 10 seconds.
It is very strange. Do you have some antivirus which does some kind of
live-protection? Maybe it is trying to scan the exe while it is created.
BTW, the hang could be the linker trying to access some bad sectors in the
hard disk. I would do a quick HD scan.
Regards,
José Lalí­n
Avatar de Usuario
emeasoft
Mensajes: 1088
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

Xailer Sugestion

Mensaje por emeasoft »

Ignacio and José, sorry for the late answer.
Here it does not stop at warnings... Xailer continues compiling until the end where it freezes when linking as you can see on the image (7s to link this small example).

José, we compile the exe to a network ssd and that ssd is fine, from time to time we check it.
What could it be?
TIA,
Juliano


Attached files
joselalinf
Mensajes: 291
Registrado: Jue Ene 31, 2013 1:10 pm

Xailer Sugestion

Mensaje por joselalinf »

Juliano,
> What could it be?
I'm out of ideas... Can you make a little example project to reproduce it?
Regards,
José Lalí­n
Avatar de Usuario
emeasoft
Mensajes: 1088
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

Xailer Sugestion

Mensaje por emeasoft »

José,
On the video Ignacio sent, Xailer stops compiling, but I don't understant why here it keeps compiling after the warnings...
Here goes a little example.
Thanks,
Juliano

Attached files Test.zip (44.2 KB)Â
joselalinf
Mensajes: 291
Registrado: Jue Ene 31, 2013 1:10 pm

Xailer Sugestion

Mensaje por joselalinf »

Juliano,
> Here goes a little example.
we have been talking about this issue and found the reason of why it
doesn't work for you.
If you enable the "Stop compiling on errors" it works because the IDE stops
when it find errors but it doesn't stop when there are warnings.
Surely, the confussion comes from the warning level option in the project
properties settings which can suggest it will stop on warnings as if we
were compiling from the command line using -w -es2.
To make it work, just open Project->Properties->Options and type "/es2" in
the "More options" textbox. That should stop the compile/linking phase when
they are warnings in the sources.
Let me know if it works as you expect this way.
Regards,
José Lalí­n
joselalinf
Mensajes: 291
Registrado: Jue Ene 31, 2013 1:10 pm

Xailer Sugestion

Mensaje por joselalinf »

Juliano,
> when they are warnings in the sources.
...when *there* are warnings...
Regards,
José Lalí­n
Avatar de Usuario
emeasoft
Mensajes: 1088
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

Xailer Sugestion

Mensaje por emeasoft »

Hello José!
Thanks for all the help! This time it worked very well on the main project, Xailer stops the compilation on warnings as well. But it does not work if we have some subprojects creating libs and the warning is on one of this libs... Is there any solution for this too?

TIA,
Juliano

Attached files
Avatar de Usuario
emeasoft
Mensajes: 1088
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

Xailer Sugestion

Mensaje por emeasoft »

Nevermind José,
I just had to add the line to every subproject options.
Many thanks for the help!!
Regards,
Juliano
Responder