User Tools Wait for tools to complete before continuing Error

Started by Brian Chirgwin, November 17, 2009, 10:05:56 PM

Previous topic - Next topic

Brian Chirgwin

Hi Paul,

I am writing a user tool that is invoked during pre-compile (actually doesn't matter when invoked). I have the checkbox "Wait for tool to complete for continuing" checked. The tool never gets invoked with this option checked.


Brian


Paul Squires

Yes, there does seem to be something weird happening with that option checked. I will investigate.
Paul Squires
PlanetSquires Software

Paul Squires

There seems to be a problem with the CreateProcess code I was using to wait for the tool to finish before continuing. I decided to move away from that code and simply use the SHELL statement.

The fix will be in v3.04.
Paul Squires
PlanetSquires Software

Brian Chirgwin