Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Joerg on July 09, 2007, 11:38:15 am
-
Hi,
I would like to run more than one tool concurrent from the Tools menu.
E.g. In my case a TFTP server and a telnet client for my embedded device.
I configured both with:
Launch tool visible (without output redirection)
When I want to start the second one, I get the error:
Another tool is currently executing..
They just need to be started, there is no need for redirection or
connection with C::B.
Regards,
Joerg
-
They just need to be started, there is no need for redirection or
connection with C::B.
Why don't you launch them from Explorer? If they have no connection with C::B, then is it necessary to start them off C::B?
-
Another tool is currently executing..
Use the last option "Launch tool visible detached (without output redirection)" and it'll work.
-
Why don't you launch them from Explorer? If they have no connection with C::B, then is it necessary to start them off C::B?
Just for convenience! I need these tools when programming on the project.
Next will be a JTAG gdb server for debugging.
Use the last option "Launch tool visible detached (without output redirection)" and it'll work.
Yes thanks, that works.
I already tried but only changed the last one. :?