[comp.lang.ada] DEC/Ada TEXT_IO & QIO don't get along

nitsan@tav02.dec.com (Have you read your mail today?) (02/14/89)

  RE: Help! DEC/Ada TEXT_IO & QIO don't get along (Steve Tynor, 9-Feb)

    Just a suggestion: Standard output goes to logical file ADA$OUTPUT
    while QIO output typically goes to logical file SYS$OUTPUT. You may
    have your type of problems working with several TASKS, each doing
    a different kind of i/o. Have you tried defining ADA$OUTPUT as TT ?
    (It's somewhere in the manual...)

 /Nitsan