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
Yes, there does seem to be something weird happening with that option checked. I will investigate.
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.
Cool thanks.