PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD[20]  Turn off dependency checking
WD[20] Turn off dependency checking
Iniciado por guest, 20,feb. 2016 01:34 - 5 respuestas
Publicado el 20,febrero 2016 - 01:34
Hello All

Is there any way to turn off the dependency checking ?
I really do appreciate the benefits, but on a large project, it wastes a lot of time because for any change in the project init code it checks the entire project and that takes what seems for ever but is really only about a minute to do each check but it can take me several minutes to type in a simple set of commands in the project init code.
Each check comes back with a number of "compile errors" and thousands of warnings , then I type another line and it does it all again. At the moment I prepare any code change separately and past them in.

Regards
Al
Publicado el 20,febrero 2016 - 10:18
Hi Al, I really don't know how to get rid of that. Additionally, most times working in the Project Code does not trigger dependency checking at all, but sometimes it's a pita and interrupts work every few minutes.
Publicado el 20,febrero 2016 - 13:36
Hello Al,

Is your project THAT big, or is your harddrive THAT slow?

Maybe, a simple solution would be to replace it with a fast SSD drive, at least 10 times faster :-)

Best regards
Publicado el 20,febrero 2016 - 23:45
Hello Fabrice

The project isn't that big and I have a mid range i7, 32gb RAM and an SSD so hardware shouldn't be a factor.:-)

Regards
Al
Publicado el 22,febrero 2016 - 01:25
Hello Al,

You are right, it shouldn't be that long.

Did you exclude your projects directory (and your windev directory) from your anti-virus? If not, try that, as anti-virus are tipically suspicious of development tools

Best regards
Publicado el 22,febrero 2016 - 05:40
Hello Fabrice

Thanks very much for the suggestion. It certainly is much faster than before :)

Regards
Al