[comp.sys.next] Typed streams

absinthe@milton.u.washington.edu (Daniel Faken) (08/03/90)

Anyone using typed streams out there?
for some reason, I always get read errors when I try to open an NX_READONLY
typed stream on a machport-ed stream..
I seem to get the same error whether or not I have opened a source stream
something like "Streams library error - Read error, stream = 82c90, data =0"

any solutions?
thanks,
absinthe@milton.acs.washington.edu

absinthe@milton.u.washington.edu (Daniel Faken) (08/18/90)

For some reason I am unable to open a typed stream in NX_READONLY mode
on a stream opened on a mach port without getting these vague
errors: Streams library error: Invalid stream, stream = <number>, date = 0

the line that seems to cause this error is simply:
    theTStream = NXOpenTypedStream(theStream,NX_READONLY);
(where theStream is an NXOpenPort-ed stream)

anyone in netland have clues? singular? plural?

thanks,
absinthe@milton.acs.washington.edu
absinthe@toby.acs.washington.edu