Re: Ada: Text_Io.Get_Immediate() is blocking

2004-09-08 Thread Martin Haendler
Gerrit P. Haase wrote: Hallo Martin, Am Dienstag, 7. September 2004 um 16:01 schriebst du: Hi, I'm working with ADA and Windows2000/Cygwin. A call to Text_Io.Get_Immediate() should return even if there is no input waiting. I have no problems with Linux, but trying to shift Software to

Re: Ada: Text_Io.Get_Immediate() is blocking

2004-09-07 Thread Gerrit P. Haase
Hallo Martin, Am Dienstag, 7. September 2004 um 16:01 schriebst du: > Hi, > I'm working with ADA and Windows2000/Cygwin. > A call to Text_Io.Get_Immediate() should return even if there is no > input waiting. I have no problems with Linux, but trying to shift > Software to Windows brings me int

Ada: Text_Io.Get_Immediate() is blocking

2004-09-07 Thread Martin Haendler
Hi, I'm working with ADA and Windows2000/Cygwin. A call to Text_Io.Get_Immediate() should return even if there is no input waiting. I have no problems with Linux, but trying to shift Software to Windows brings me into trouble: If there is no input waiting, the call is blocking. Here is a simple