This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Pipe with TCL/TK


> What you should do is look at the expect program, at
> expect/exp_event.c, where I had to get a similar thing to work.  Look
> particularly at make_pipe_channel and friends.  That will show you how
> to make a pipe channel that will work on Windows.  It's pretty hairy.
> 
Does it work on win95 as well as nt?  I was under the impression that win95
only supported named pipe clients, not servers.  Maybe the key here is
NAMED.  Anyway, the goal is to send messages to a non-gui app in a way that
is portable between unix and windoze.  My though was named pipes.  My
fallback was memory-mapped files.  What would you suggest?
Thanks.


Paul

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]