Re: [fpc-pascal] Re: Get error information

2013-03-07 Thread Rainer Stratmann
Am Tuesday 05 March 2013 17:19:15 schrieb leledumbo: > If the 2nd program is FPC program and is compiled with -gl, then upon crash > StdErr will contain the runtime erorr information. 1st program can read > that when the 2nd program dies. How to read the information? Ist stderr equal with /dev/std

Re: [fpc-pascal] Re: Get error information

2013-03-05 Thread Rainer Stratmann
Am Tuesday 05 March 2013 18:53:05 schrieb leledumbo: > You'll get it if you do as I say (compile 2nd program with -gl, up to all > units you want the error line information from) Is sdterr equal with /dev/stderr in Linux? ___ fpc-pascal maillist - fpc-

Re: [fpc-pascal] Re: Get error information

2013-03-05 Thread Rainer Stratmann
Am Tuesday 05 March 2013 18:53:05 schrieb leledumbo: > You'll get it if you do as I say (compile 2nd program with -gl, up to all > units you want the error line information from) > Ok, sorry I misunderstood. I thought you ment the error number. Thanks. How can I access the information stderr conta

Re: [fpc-pascal] Re: Get error information

2013-03-05 Thread Rainer Stratmann
Am Tuesday 05 March 2013 17:19:15 schrieb leledumbo: > If the 2nd program is FPC program and is compiled with -gl, then upon crash > StdErr will contain the runtime erorr information. 1st program can read > that when the 2nd program dies. Yes, I know some kind of that, but I need the whole error m