PDA

View Full Version : Compile a script through #run



tonisa
11-07-2012, 02:26 AM
Hi,
I've a setup which invoke other setups (lets say, the server-installation includes the setup to configure the clients, too). To be sure all of them are up-to-date I would like to compile them by invoking a #run compiler switch. But doing so the invoked SB7.exe crashes every time. Doing the same with a batch works just fine. I tried also to set the ShellExecuteEx-switch, but it crashes, too.
best regards
Toni

linder
11-07-2012, 02:49 AM
Toni,

Don't use the #run compiler directive to start another instance of the IDE (compiler). I would suggest to use a Build Automator tool to do this.

Friedrich