Página 1 de 1

Xailer Sugestion

Publicado: Mié Feb 11, 2015 2:42 pm
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

Xailer Sugestion

Publicado: Mié Feb 11, 2015 7:49 pm
por ignacio


Attached files

Xailer Sugestion

Publicado: Mié Feb 11, 2015 7:50 pm
por ignacio
BTW, try to increase the 'Simultaneous processes' to 8.
Regards

Xailer Sugestion

Publicado: Jue Feb 12, 2015 12:45 pm
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

Xailer Sugestion

Publicado: Jue Feb 12, 2015 1:00 pm
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

Xailer Sugestion

Publicado: Jue Feb 12, 2015 2:41 pm
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

Xailer Sugestion

Publicado: Jue Feb 12, 2015 6:15 pm
por ignacio

Xailer Sugestion

Publicado: Vie Feb 13, 2015 12:07 pm
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

Xailer Sugestion

Publicado: Lun Feb 23, 2015 12:46 pm
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

Xailer Sugestion

Publicado: Lun Feb 23, 2015 6:57 pm
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

Xailer Sugestion

Publicado: Mar Feb 24, 2015 6:14 pm
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)Â

Xailer Sugestion

Publicado: Mié Feb 25, 2015 7:38 pm
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

Xailer Sugestion

Publicado: Mié Feb 25, 2015 7:40 pm
por joselalinf
Juliano,
> when they are warnings in the sources.
...when *there* are warnings...
Regards,
José Lalí­n

Xailer Sugestion

Publicado: Vie Feb 27, 2015 2:18 pm
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

Xailer Sugestion

Publicado: Vie Feb 27, 2015 4:04 pm
por emeasoft
Nevermind José,
I just had to add the line to every subproject options.
Many thanks for the help!!
Regards,
Juliano