[fpc-pascal] Question about TProcess

2007-05-10 Thread Darius Blaszijk
The following piece of code is giving me headaches. When I add the option poUsePipes, the application starts and does not seem to do anything else anymore. It just opens a commandline terminal and that is that. When I leave the option out the application actually starts make and then crashes

Re: [fpc-pascal] Question about TProcess

2007-05-10 Thread Vincent Snijders
Darius Blaszijk schreef: The following piece of code is giving me headaches. When I add the option poUsePipes, the application starts and does not seem to do anything else anymore. It just opens a commandline terminal and that is that. When I leave the option out the application actually

Re: [fpc-pascal] Question about TProcess

2007-05-10 Thread Darius Blaszijk
Thanks Vincent, I did not think of it as there are only about 30lines of output. It works now. Darius Vincent Snijders wrote: Darius Blaszijk schreef: The following piece of code is giving me headaches. When I add the option poUsePipes, the application starts and does not seem to do