 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Helmut Giese Guest
|
Posted: Fri Feb 25, 2005 8:49 pm Post subject: Support for named pipes under Win98 |
|
|
Hello out there,
I seem to remember that there are different levels of support for
named pipes between Win95/98 and NT. Looking at the help I find that
CreateNamePipe is not available for Win95.
But: CallNamedPipe, GetNamedPipeHandleState and others are available
under this OS, and this confuses me a bit. Does this make sense? You
cannot create one but you can use it?
Is there maybe a way to have named pipes under Win98 SE?
Any info will be greatly appreciated.
Helmut Giese
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Feb 25, 2005 9:38 pm Post subject: Re: Support for named pipes under Win98 |
|
|
"Helmut Giese" <hgiese (AT) ratiosoft (DOT) com> wrote
| Quote: | Looking at the help I find that CreateNamePipe is not available for Win95.
|
Correct.
| Quote: | But: CallNamedPipe, GetNamedPipeHandleState and others
are available under this OS
|
Yes, because Win9x/Me can connect to names pipes, just not create them.
| Quote: | Does this make sense?
|
It makes perfect sense.
| Quote: | You cannot create one but you can use it?
|
Correct.
| Quote: | Is there maybe a way to have named pipes under Win98 SE?
|
W9x/Me cannot create named pipes. If you need Win9x/Me to accept
connections from other machines, then use TCP/IP sockets instead.
Gambit
|
|
| Back to top |
|
 |
Helmut Giese Guest
|
Posted: Fri Feb 25, 2005 10:03 pm Post subject: Re: Support for named pipes under Win98 |
|
|
On Fri, 25 Feb 2005 13:38:16 -0800, "Remy Lebeau (TeamB)"
<no.spam (AT) no (DOT) spam.com> wrote:
| Quote: |
Yes, because Win9x/Me can connect to names pipes, just not create them.
Does this make sense?
It makes perfect sense.
You cannot create one but you can use it?
Correct.
Hi Gambit, |
I was thinking in terms of the local machine only - and there I found
it difficult to imagine working with a named pipe if I couldn't create
one. But once networking comes into the picture things look different.
Thanks for clearing this up and best regards
Helmut Giese
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|