PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Brian Chirgwin on November 17, 2009, 10:05:56 PM

Title: User Tools Wait for tools to complete before continuing Error
Post by: Brian Chirgwin on November 17, 2009, 10:05:56 PM
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

Title: Re: User Tools Wait for tools to complete before continuing Error
Post by: Paul Squires on November 17, 2009, 10:45:22 PM
Yes, there does seem to be something weird happening with that option checked. I will investigate.
Title: Re: User Tools Wait for tools to complete before continuing Error
Post by: Paul Squires on November 18, 2009, 11:12:08 AM
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.
Title: Re: User Tools Wait for tools to complete before continuing Error
Post by: Brian Chirgwin on November 18, 2009, 05:45:47 PM
Cool thanks.