Hello everybody,
I've a problem: My application should be somewhat like the DOS-Console. A custom process can be executed, the output is captured to a TMemo and you can send some input to the program.
That works all fine, but my application freezes while the TAsyncProcess is running. I also tried to use TProcess instead of TAsyncProcess, but the same problem occurs.
I have to kill the process via the TaskManager (I'm on Windows) to make my application stop freezing...
Do you have any ideas why this problem occurs or how to avoid it?
Thanks in advance for helpful replies,
bastla