Re: [fpc-pascal] re-opening stdout and sdterr

2008-11-15 Thread Marc Santhoff
Am Donnerstag, den 13.11.2008, 20:57 +0100 schrieb Jonas Maebe: > On 13 Nov 2008, at 01:42, Marc Santhoff wrote: > > > long time ago I had problems with stdxxx being in non-blocking i/o > > mode. > > The suggestion was to close and re-open the channels from the system > > units init code. > > >

Re: [fpc-pascal] re-opening stdout and sdterr

2008-11-13 Thread Jonas Maebe
On 13 Nov 2008, at 01:42, Marc Santhoff wrote: long time ago I had problems with stdxxx being in non-blocking i/o mode. The suggestion was to close and re-open the channels from the system units init code. I ran into this problem again and would like to know: How can I close and reopen stde

Re: [fpc-pascal] re-opening stdout and sdterr

2008-11-13 Thread Marc Santhoff
Am Donnerstag, den 13.11.2008, 01:42 +0100 schrieb Marc Santhoff: > Hi, > > long time ago I had problems with stdxxx being in non-blocking i/o mode. > The suggestion was to close and re-open the channels from the system > units init code. > > I ran into this problem again and would like to know:

[fpc-pascal] re-opening stdout and sdterr

2008-11-12 Thread Marc Santhoff
Hi, long time ago I had problems with stdxxx being in non-blocking i/o mode. The suggestion was to close and re-open the channels from the system units init code. I ran into this problem again and would like to know: How can I close and reopen stderr and sdtout from my program? I want to have s